From 0194c3d4fe0287473bcb5c1b6a98cd766f019e23 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 5 Nov 2024 11:05:11 -0600 Subject: [PATCH] Sadge --- command/himbucks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/himbucks.go b/command/himbucks.go index 6e139dd..53f34ed 100644 --- a/command/himbucks.go +++ b/command/himbucks.go @@ -19,7 +19,7 @@ func BalanceCommand(s *discordgo.Session, i *discordgo.InteractionCreate) (strin return "", err } - return fmt.Sprintf("You have %d himbucks!", balance), nil + return fmt.Sprintf("💸 You have %d himbucks! 💸", balance), nil } func LeaderboardCommand(s *discordgo.Session, i *discordgo.InteractionCreate) (string, error) {