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") }