This commit is contained in:
Atridad Lahiji 2024-11-05 11:05:11 -06:00
parent d1e2d9bf4f
commit 0194c3d4fe
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -19,7 +19,7 @@ func BalanceCommand(s *discordgo.Session, i *discordgo.InteractionCreate) (strin
return "", err 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) { func LeaderboardCommand(s *discordgo.Session, i *discordgo.InteractionCreate) (string, error) {