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{
Type: commandSendMsg,
Text: out,
ToChatID64: p.ChatID64,
ToChatID64: cfg.Bot.Mainchat,
ParseMode: cmdParseModeHTML,
}
TGCmdQueue <- c