Sadge
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user