From 2eace610eccb806f7a7855001171184254af068f Mon Sep 17 00:00:00 2001 From: Howard Tseng Date: Sun, 4 Aug 2024 00:02:45 -0400 Subject: [PATCH] catmeow meowed too much --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index efbcf72..afac44c 100644 --- a/main.py +++ b/main.py @@ -129,7 +129,7 @@ async def on_message(message: discord.Message): pass # don't respond to bots, bot's own posts or if message reacts are disabled - if message.author == self.client.user or not message_reacts_enabled or message.author.bot: + if (message.author == self.client.user) or (not message_reacts_enabled) or message.author.bot: return events = []