This commit is contained in:
Wim
2022-02-03 00:12:10 +01:00
parent 4e3e3b9d85
commit 01f615f010

View File

@@ -23,7 +23,6 @@ func (b *Btelegram) handleUpdate(rmsg *config.Message, message, posted, edited *
Channel: chatID,
Text: fmt.Sprintf("ID of this chat: %s", chatID),
})
if err != nil {
b.Log.Warnf("Unable to send chatID to %s", chatID)
}