fix shutup

This commit is contained in:
Watn3y 2023-03-15 16:40:26 +01:00
parent ef0ace07b5
commit 99019db54f

View file

@ -13,7 +13,8 @@ import (
)
func Matcher(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
if time.Since(config.BotConfig.Shutup[update.Message.Chat.ID]) <= time.Minute {
if time.Since(config.BotConfig.Shutup[update.Message.Chat.ID]) <= time.Minute*60 {
return
}