diff --git a/commands/commands.go b/commands/commands.go index a29318e..f6797db 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -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) } }