From cac1858fd7f1b5cd935a735c311ba13607940dfe Mon Sep 17 00:00:00 2001 From: thom Date: Wed, 30 Jul 2025 21:47:54 +0000 Subject: [PATCH] smol edit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 57ec9be..6999490 100644 --- a/bot.py +++ b/bot.py @@ -616,7 +616,7 @@ async def on_message(message): if bot.user.mentioned_in(message) and message.guild: try: await message.add_reaction('👀') - await message.reply("Please dont ping me...") + #await message.reply("Please dont ping me...") except Exception as e: #print(f'Failed to react to mention: {e}') logging.error(f'Failed to react to mention: {e}')