update vault status
This commit is contained in:
parent
c242a5f127
commit
3a9a987add
5
job.go
5
job.go
@ -977,10 +977,9 @@ func jobVaultStatus(j Job) {
|
|||||||
out = fmt.Sprintf("%s</code>", out)
|
out = fmt.Sprintf("%s</code>", out)
|
||||||
|
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandSendMsg,
|
||||||
Text: out,
|
Text: out,
|
||||||
FromMsgID64: p.MsgID64,
|
ToChatID64: p.ChatID64,
|
||||||
FromChatID64: p.ChatID64,
|
|
||||||
ParseMode: cmdParseModeHTML,
|
ParseMode: cmdParseModeHTML,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
|
Loading…
Reference in New Issue
Block a user