This commit is contained in:
shoopea 2020-06-29 10:34:30 +02:00
parent 2942d755d8
commit 3a8aaf51ff

2
job.go
View File

@ -2132,7 +2132,7 @@ func jobGetStash(j Job) {
c := TGCommand{
Type: commandReplyMsg,
Text: fmt.Sprintf("Client[%d/%d] : %d", (p.ClientCount - len(p.ClientID64) + 1), p.ClientCount, userID64),
Text: fmt.Sprintf("Client[%d/%d] : %d", (p.ClientCount - int64(len(p.ClientID64)) + 1), p.ClientCount, userID64),
FromMsgID64: p.MsgID64,
FromChatID64: p.ChatID64,
ParseMode: cmdParseModeHTML,