diff --git a/cmd/app/main.go b/cmd/app/main.go index 0ce3be1..f80c3b0 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -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)