tg debug false

This commit is contained in:
Evan 2022-12-12 21:18:26 +09:00
parent c12d652bc9
commit f23d765ce3

View File

@ -20,7 +20,7 @@ func StartTelegramBot() {
return
}
bot.Debug = true
bot.Debug = false
log.Printf("Authorized on account %s", bot.Self.UserName)
u := tgbotapi.NewUpdate(0)