From 9b5845a1635bba2293a7b48df71c47371883c91a Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 20:08:45 +0200 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 2ec03c0..3500be7 100644 --- a/bot.go +++ b/bot.go @@ -58,5 +58,5 @@ func sendChat(chatID int64, text string) { ID: chatID, } _, err := bot.Send(&ch, text, &opt) - + logErrorDebug(err, "sendChat") }