typo
This commit is contained in:
parent
29972a9e8f
commit
d1bfa399d3
2
job.go
2
job.go
@ -43,7 +43,7 @@ func jobRescan(j Job) {
|
|||||||
m := TGCommand{
|
m := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: "One message processed.",
|
Text: "One message processed.",
|
||||||
FromMsgID64: j.MsgID64,
|
FromMsgID64: r.MsgID64,
|
||||||
FromChatID64: r.ChatID64,
|
FromChatID64: r.ChatID64,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- m
|
TGCmdQueue <- m
|
||||||
|
Loading…
Reference in New Issue
Block a user