diff --git a/commands/gaypoints/gaypoints.go b/commands/gaypoints/gaypoints.go index a032cc2..4f5dd30 100644 --- a/commands/gaypoints/gaypoints.go +++ b/commands/gaypoints/gaypoints.go @@ -130,7 +130,7 @@ func SetGP(update tgbotapi.Update, bot *tgbotapi.BotAPI) { } } - if cmd == "subtracktgp" { + if cmd == "subtractgp" { currentPoints = sqlGetGP(update.Message.Chat.ID, update.Message.ReplyToMessage.From.ID) if currentPoints <= 0 { message := tgbotapi.MessageConfig{