update vault status

This commit is contained in:
shoopea 2019-10-11 16:29:31 +08:00
parent 47f86cb7a7
commit 70fb6df28a

2
job.go
View File

@ -979,7 +979,7 @@ func jobVaultStatus(j Job) {
c := TGCommand{ c := TGCommand{
Type: commandSendMsg, Type: commandSendMsg,
Text: out, Text: out,
ToChatID64: p.ChatID64, ToChatID64: p.UserID64,
ParseMode: cmdParseModeHTML, ParseMode: cmdParseModeHTML,
} }
TGCmdQueue <- c TGCmdQueue <- c