fix chan
This commit is contained in:
parent
27bd1ab491
commit
e4b1d69f83
2
job.go
2
job.go
@ -2450,7 +2450,7 @@ func jobCheckVaultLimit(j Job) {
|
|||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandSendMsg,
|
Type: commandSendMsg,
|
||||||
Text: out,
|
Text: out,
|
||||||
ToChatID64: p.ChatID64,
|
ToChatID64: cfg.Bot.Mainchat,
|
||||||
ParseMode: cmdParseModeHTML,
|
ParseMode: cmdParseModeHTML,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
|
Loading…
Reference in New Issue
Block a user