So yeah, as the title says !reddit
command doesn’t filter nsfw subreddits ._.
doing: !reddit top nsfw
displays the direct URL link to the nsfw subreddit.
this should be a simple fix as done here
https://github.com/python-discord/seasonalbot/blob/master/bot/exts/evergreen/reddit.py#L57
it's another Reddit command, but for seasonalbot
We just check if over_18
is true or false, which will be in the response we get after sending the Http request.
the fix could be implemented at this line
https://github.com/python-discord/bot/blob/7ebc481c32cf9b7f0ee1124b22e4ed8c68de9386/bot/cogs/reddit.py#L143
Nice. Hopefully they implement this 👍
We should keep this open until it is implemented.
I would like to finish this
@RohanJnr I've assigned the issue to you
thanks
Most helpful comment
We should keep this open until it is implemented.