Enhance CheckClientIpJob #1964

This commit is contained in:
MHSanaei
2024-03-02 21:10:12 +03:30
parent 3a46c3302b
commit 6563d23f38
2 changed files with 44 additions and 32 deletions

View File

@@ -1560,8 +1560,6 @@ func (t *Tgbot) sendBackup(chatId int64) {
} else {
logger.Error("Error in opening config.json file for backup: ", err)
}
t.sendBanLogs(chatId, false)
}
func (t *Tgbot) sendBanLogs(chatId int64, dt bool) {