fix
This commit is contained in:
parent
1eb93a80a2
commit
bdcb7a25be
4
job.go
4
job.go
@ -981,8 +981,8 @@ func jobVaultStatus(j Job) {
|
|||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: out,
|
Text: out,
|
||||||
FromMsgID64: int64(m.ID),
|
FromMsgID64: p.MsgID64,
|
||||||
FromChatID64: m.Chat.ID,
|
FromChatID64: p.ChatID64,
|
||||||
ParseMode: cmdParseModeHTML,
|
ParseMode: cmdParseModeHTML,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
|
Loading…
Reference in New Issue
Block a user