This commit is contained in:
shoopea 2020-01-06 12:21:00 +08:00
parent b387d812f4
commit 93e2fe9e8f

View File

@ -146,7 +146,7 @@ func clientSendTGMsgDelay(userID64 int64, chatID64 int64, s string, d time.Durat
}
func clientSendTGMsg(userID64 int64, chatID64 int64, s string) {
clientSendCWMsgDelay(userID64, chatID64, s, 0)
clientSendTGMsgDelay(userID64, chatID64, s, 0)
}
func clientSendCWMsg(userID64 int64, s string) {