fix client revamping

This commit is contained in:
shoopea 2019-07-31 15:44:08 +08:00
parent c0cae8c491
commit 901e7adf78

View File

@ -222,7 +222,7 @@ func MQKeepAliveWorker() {
clientSendCWMsg(x.TGUserID64, `🏅Me`)
} else {
c = TGCommand{
c := TGCommand{
Type: commandSendMsg,
ToUserID64: cfg.Bot.Admin,
Text: fmt.Sprintf("Cannot connect to client `%s`.", x.Nickname),