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) {