diff --git a/bot.go b/bot.go index 1478733..928dd8f 100644 --- a/bot.go +++ b/bot.go @@ -285,7 +285,7 @@ func botMsgLoad(m *tb.Message) { FromChatID64: m.Chat.ID, } TGCmdQueue <- c - r, err := b.GetFile(&f) + _, err := b.GetFile(&f) logOnError(err, "botMsgLoad : GetFile") c = TGCommand{ Type: commandReplyMsg,