From 93e2fe9e8f533d21bfa27bce58f25bab761d77f8 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 6 Jan 2020 12:21:00 +0800 Subject: [PATCH] fix --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index ea3fa67..146cbd3 100644 --- a/client.go +++ b/client.go @@ -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) {