This commit is contained in:
shoopea 2019-06-09 18:03:44 +08:00
parent 2caf63b36d
commit 8a366cef4c

2
bot.go
View File

@ -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,