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 = []