diff --git a/job.go b/job.go index 3a23f02..3645dca 100644 --- a/job.go +++ b/job.go @@ -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