fix client revamping
This commit is contained in:
parent
c0cae8c491
commit
901e7adf78
@ -222,7 +222,7 @@ func MQKeepAliveWorker() {
|
|||||||
|
|
||||||
clientSendCWMsg(x.TGUserID64, `🏅Me`)
|
clientSendCWMsg(x.TGUserID64, `🏅Me`)
|
||||||
} else {
|
} else {
|
||||||
c = TGCommand{
|
c := TGCommand{
|
||||||
Type: commandSendMsg,
|
Type: commandSendMsg,
|
||||||
ToUserID64: cfg.Bot.Admin,
|
ToUserID64: cfg.Bot.Admin,
|
||||||
Text: fmt.Sprintf("Cannot connect to client `%s`.", x.Nickname),
|
Text: fmt.Sprintf("Cannot connect to client `%s`.", x.Nickname),
|
||||||
|
Loading…
Reference in New Issue
Block a user