This commit is contained in:
shoopea 2020-06-21 20:08:45 +02:00
parent c134e50957
commit 9b5845a163

2
bot.go
View File

@ -58,5 +58,5 @@ func sendChat(chatID int64, text string) {
ID: chatID,
}
_, err := bot.Send(&ch, text, &opt)
logErrorDebug(err, "sendChat")
}