This commit is contained in:
shoopea 2019-05-16 19:35:24 +08:00
parent 2ff19b1e30
commit 55fcdc3f17

View File

@ -192,7 +192,7 @@ func TGCmdWorker(id int, b *tb.Bot, cmds <-chan TGCommand) {
ID: int(c.FromMsgID64),
Chat: &ch,
}
r, err := b.Reply(&m, c.Text)
_, err := b.Reply(&m, c.Text)
logOnError(err, "TGCmdWorker["+strconv.Itoa(id)+"] : Reply")
default: