This commit is contained in:
shoopea 2019-10-11 15:47:07 +08:00
parent 1eb93a80a2
commit bdcb7a25be

4
job.go
View File

@ -981,8 +981,8 @@ func jobVaultStatus(j Job) {
c := TGCommand{
Type: commandReplyMsg,
Text: out,
FromMsgID64: int64(m.ID),
FromChatID64: m.Chat.ID,
FromMsgID64: p.MsgID64,
FromChatID64: p.ChatID64,
ParseMode: cmdParseModeHTML,
}
TGCmdQueue <- c