From 4659aaf2839bf58dbf8db33907dbb0e7fe374935 Mon Sep 17 00:00:00 2001 From: YongXin Date: Mon, 6 Mar 2023 13:19:55 +0800 Subject: [PATCH] =?UTF-8?q?Log=E7=BA=A7=E5=88=AB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap/telegram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/telegram.go b/bootstrap/telegram.go index 67d92f7..b041f73 100644 --- a/bootstrap/telegram.go +++ b/bootstrap/telegram.go @@ -16,7 +16,7 @@ func StartTelegramBot() { log.Info("Start Telegram Bot") telegramKey := config.GetTelegram() if telegramKey == nil { - log.Error("未找到tg token,不启动tg tot") + log.Info("未找到tg token,不启动tg bot") return }