Update 'commands/gaypoints/gaypoints.go'
This commit is contained in:
parent
6115e09602
commit
cb5d3adf09
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
currentPoints = sqlGetGP(update.Message.Chat.ID, update.Message.ReplyToMessage.From.ID)
|
||||||
if currentPoints <= 0 {
|
if currentPoints <= 0 {
|
||||||
message := tgbotapi.MessageConfig{
|
message := tgbotapi.MessageConfig{
|
||||||
|
|
Loading…
Reference in a new issue