diff --git a/workers.go b/workers.go index 9d60f6b..abdb435 100644 --- a/workers.go +++ b/workers.go @@ -441,13 +441,7 @@ func MQKeepAliveWorker() { } TGCmdQueue <- c - c = TGCommand{ - Type: commandSendMsg, - FromUserID64: x.UserID64, - ToChatID64: userID64ChtWrsBot, - Text: `🏅Me`, - } - MQTGCmdQueue <- c + clientSendCWMsg(x.UserID64, `🏅Me`) /* c = TGCommand{ Type: commandSendMsg,