test
This commit is contained in:
parent
2ff19b1e30
commit
55fcdc3f17
@ -192,7 +192,7 @@ func TGCmdWorker(id int, b *tb.Bot, cmds <-chan TGCommand) {
|
|||||||
ID: int(c.FromMsgID64),
|
ID: int(c.FromMsgID64),
|
||||||
Chat: &ch,
|
Chat: &ch,
|
||||||
}
|
}
|
||||||
r, err := b.Reply(&m, c.Text)
|
_, err := b.Reply(&m, c.Text)
|
||||||
logOnError(err, "TGCmdWorker["+strconv.Itoa(id)+"] : Reply")
|
logOnError(err, "TGCmdWorker["+strconv.Itoa(id)+"] : Reply")
|
||||||
default:
|
default:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user