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) {