From f23d765ce3857ebf79c175948a76f4946a9386a3 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 12 Dec 2022 21:18:26 +0900 Subject: [PATCH] tg debug false --- bootstrap/telegram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/telegram.go b/bootstrap/telegram.go index 97bbc8f..f8f5ac0 100644 --- a/bootstrap/telegram.go +++ b/bootstrap/telegram.go @@ -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)