This commit is contained in:
shoopea 2019-12-18 10:48:12 +08:00
parent 13b69d8243
commit ea5b8a8397

View File

@ -62,5 +62,5 @@ func cronGetHammerTime() {
return
}
clt.Mux.Unlock()
clientSendCWMsg(clt.TGUserID64, `/time`, 0)
clientSendCWMsgDelay(clt.TGUserID64, `/time`, 0)
}