diff --git a/README.md b/README.md index a77d974..3bc9528 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Telegram Group Chat Logger +# Telegram Bot -This is a bot that logs public Group Chats to a Postgres Database. +*NOTE* Development version of bot than does message monitoring and more. ## Installation diff --git a/bot.py b/bot.py index a79a199..76835b4 100644 --- a/bot.py +++ b/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):