Skip to content

Commit

Permalink
suggestme v5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
nottherealtar authored Apr 12, 2024
1 parent 734368d commit 866691e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions suggestme/suggestme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 866691e

Please sign in to comment.