From 866691edf045148110df691864e19cfc0b2368d9 Mon Sep 17 00:00:00 2001 From: nottherealtar <67793100+nottherealtar@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:52:21 +0200 Subject: [PATCH] suggestme v5 update --- suggestme/suggestme.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/suggestme/suggestme.py b/suggestme/suggestme.py index c393e32..88e5b4c 100644 --- a/suggestme/suggestme.py +++ b/suggestme/suggestme.py @@ -66,10 +66,6 @@ async def on_reaction_add(self, reaction, user): await user.send("The Staff role does not exist.") return - # Check if the reaction is added in the 'suggestme' channel - if reaction.message.channel.name != 'suggestme': - return - if reaction.message.embeds and "Suggestion #" in reaction.message.embeds[0].title: if str(reaction.emoji) == "👍": # Check if the thumbs up reactions are 4 or more