1
0
Fork 0
mirror of synced 2024-06-29 11:40:20 +12:00

Corrected the combination of explicit and suggestive to not break searches

This commit is contained in:
phxntxm 2016-08-30 02:14:01 -05:00
parent 97367a8873
commit 32e4d26559

View file

@ -74,7 +74,7 @@ class Links:
# Also use the custom filter that I have setup, that blocks some certain tags
# If the channel is not nsfw, we don't need to do anything, as the default filter blocks explicit
if ctx.message.channel.id in nsfw_channels:
url += ",+explicit||suggestive&filter_id=95938"
url += ",+explicit%20||%20suggestive&filter_id=95938"
else:
url += ",+safe"