This commit is contained in:
shoopea 2020-05-19 18:57:27 +02:00
parent 27bd1ab491
commit e4b1d69f83

2
job.go
View File

@ -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