fix subtract gaypoints

This commit is contained in:
Watn3y 2023-03-19 22:39:14 +01:00
parent d8bb106df6
commit 81f0970e36

View file

@ -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)
}
}