From 128ebcbf8c7e7dd85ad1a09e1822cda4dcd4c03c Mon Sep 17 00:00:00 2001 From: Akulij Date: Thu, 20 Mar 2025 03:10:02 +0700 Subject: [PATCH] comment bot.Debug flag --- cmd/app/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)