diff --git a/job.go b/job.go index af0439a..26c08a2 100644 --- a/job.go +++ b/job.go @@ -1722,11 +1722,10 @@ func jobGWithdraw(j Job) { msg := fmt.Sprintf("Click to validate @%s's withdrawal of%s\n/withdraw_%s", u.Username, stock, string(ref)) cmd := TGCommand{ - Type: commandReplyMsg, - Text: msg, - FromMsgID64: p.MsgID64, - FromChatID64: p.ChatID64, - ParseMode: cmdParseModeHTML, + Type: commandSendMsg, + Text: msg, + ToChatID64: cfg.Bot.Mainchat, + ParseMode: cmdParseModeHTML, } TGCmdQueue <- cmd } else {