Skip to content

Commit

Permalink
fix: Remove NSFW check on joyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapppa committed Nov 27, 2024
1 parent 1ee5770 commit 3345624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chiya/cogs/listeners/joyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ async def on_raw_reaction_add(self, payload: discord.RawReactionActionEvent) ->
if (
message.author.bot
or message.author.id == payload.member.id
or channel.is_nsfw()
or payload.channel_id in config["channels"]["joyboard"]["blacklisted"]
or joy_count < config["channels"]["joyboard"]["joy_limit"]
):
Expand Down

0 comments on commit 3345624

Please sign in to comment.