comment bot.Debug flag

This commit is contained in:
Akulij 2025-03-20 03:10:02 +07:00
parent 14afe8ff4d
commit 128ebcbf8c

View File

@ -74,7 +74,7 @@ func GetBotController() BotController {
log.Panic(err)
}
bot.Debug = true
bot.Debug = true // set true only while development, should be set to false in production
log.Printf("Authorized on account %s", bot.Self.UserName)