fix
This commit is contained in:
parent
b387d812f4
commit
93e2fe9e8f
@ -146,7 +146,7 @@ func clientSendTGMsgDelay(userID64 int64, chatID64 int64, s string, d time.Durat
|
|||||||
}
|
}
|
||||||
|
|
||||||
func clientSendTGMsg(userID64 int64, chatID64 int64, s string) {
|
func clientSendTGMsg(userID64 int64, chatID64 int64, s string) {
|
||||||
clientSendCWMsgDelay(userID64, chatID64, s, 0)
|
clientSendTGMsgDelay(userID64, chatID64, s, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
func clientSendCWMsg(userID64 int64, s string) {
|
func clientSendCWMsg(userID64 int64, s string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user