diff --git a/client.go b/client.go index d1664c4..055543d 100644 --- a/client.go +++ b/client.go @@ -40,7 +40,7 @@ func clientSendCWMsgDelay(userID64 int64, s string, d time.Duration) { Text: s, FromUserID64: userID64, ToChatID64: userID64ChtWrsBot, - Delay: int64(d), + Delay: d, } MQTGCmdQueue <- c }