Sadge
This commit is contained in:
parent
d1e2d9bf4f
commit
0194c3d4fe
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue