test
This commit is contained in:
parent
2caf63b36d
commit
8a366cef4c
2
bot.go
2
bot.go
@ -285,7 +285,7 @@ func botMsgLoad(m *tb.Message) {
|
|||||||
FromChatID64: m.Chat.ID,
|
FromChatID64: m.Chat.ID,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
r, err := b.GetFile(&f)
|
_, err := b.GetFile(&f)
|
||||||
logOnError(err, "botMsgLoad : GetFile")
|
logOnError(err, "botMsgLoad : GetFile")
|
||||||
c = TGCommand{
|
c = TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
|
Loading…
Reference in New Issue
Block a user