update vault status

This commit is contained in:
shoopea 2019-10-11 16:26:13 +08:00
parent c242a5f127
commit 3a9a987add

5
job.go
View File

@ -977,10 +977,9 @@ func jobVaultStatus(j Job) {
out = fmt.Sprintf("%s</code>", out)
c := TGCommand{
Type: commandReplyMsg,
Type: commandSendMsg,
Text: out,
FromMsgID64: p.MsgID64,
FromChatID64: p.ChatID64,
ToChatID64: p.ChatID64,
ParseMode: cmdParseModeHTML,
}
TGCmdQueue <- c