From 8a366cef4c166144a4960e20d4211f92fb1d2d5d Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Jun 2019 18:03:44 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,