fix delay

This commit is contained in:
shoopea 2019-08-24 14:02:07 +08:00
parent e175d516be
commit 5da523e55b

View File

@ -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
}