diff --git a/cron.go b/cron.go index 4695c69..2fd5a2a 100644 --- a/cron.go +++ b/cron.go @@ -62,5 +62,5 @@ func cronGetHammerTime() { return } clt.Mux.Unlock() - clientSendCWMsg(clt.TGUserID64, `/time`, 0) + clientSendCWMsgDelay(clt.TGUserID64, `/time`, 0) }