Skip to content

Commit 3345624

Browse files
committed
fix: Remove NSFW check on joyboard
1 parent 1ee5770 commit 3345624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chiya/cogs/listeners/joyboard.py

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ async def on_raw_reaction_add(self, payload: discord.RawReactionActionEvent) ->
9595
if (
9696
message.author.bot
9797
or message.author.id == payload.member.id
98-
or channel.is_nsfw()
9998
or payload.channel_id in config["channels"]["joyboard"]["blacklisted"]
10099
or joy_count < config["channels"]["joyboard"]["joy_limit"]
101100
):

0 commit comments

Comments
 (0)