This commit is contained in:
shoopea 2019-05-31 09:15:21 +08:00
parent 2e63768501
commit 26a65fb618

View File

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