fix subtract gaypoints
This commit is contained in:
parent
d8bb106df6
commit
81f0970e36
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func Commands(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
|
|||
gaypoints.GetGP(update, bot)
|
||||
case "addgp":
|
||||
gaypoints.SetGP(update, bot)
|
||||
case "subtracktgp":
|
||||
case "subtractgp":
|
||||
gaypoints.SetGP(update, bot)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue