Delete any message worthy of a ban.
This commit is contained in:
2
bot.py
2
bot.py
@ -79,6 +79,8 @@ class TelegramMonitorBot:
|
||||
update.message.reply_text("DEBUG: Ban message match: {}".format(update.message.text.encode('utf-8')))
|
||||
print("Ban message match: {}".format(update.message.text.encode('utf-8')))
|
||||
self.ban_user(update)
|
||||
# Any message that causes a ban gets deleted
|
||||
update.message.delete()
|
||||
|
||||
|
||||
def logger(self, bot, update):
|
||||
|
Reference in New Issue
Block a user