diff --git a/bot.py b/bot.py index 6303b98..ad1f3af 100644 --- a/bot.py +++ b/bot.py @@ -283,6 +283,7 @@ class TelegramMonitorBot: print("👮‍♂️ Skipping checks. User is admin: {}".format(user.id)) else: # Security checks + print(json.dumps(update)) self.attachment_check(bot, update) self.security_check_username(bot, update) self.security_check_message(bot, update)