mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Add more safesearch checking
This commit is contained in:
parent
65268fc7b4
commit
69558e7525
1 changed files with 6 additions and 2 deletions
|
@ -37,12 +37,16 @@ class Search(commands.Cog):
|
||||||
'slut', 'cum', 'jizz',
|
'slut', 'cum', 'jizz',
|
||||||
'semen', 'cooch', 'coochie',
|
'semen', 'cooch', 'coochie',
|
||||||
'pussy', 'penis', 'fetish',
|
'pussy', 'penis', 'fetish',
|
||||||
'bdsm'
|
'bdsm', 'sexy', 'xxx',
|
||||||
|
'orgasm', 'masturbation',
|
||||||
|
'erotic', 'creampie',
|
||||||
|
'fap'
|
||||||
]
|
]
|
||||||
nono_sites = [
|
nono_sites = [
|
||||||
'xvideos', 'pornhub',
|
'xvideos', 'pornhub',
|
||||||
'xhamster', 'xnxx',
|
'xhamster', 'xnxx',
|
||||||
'youporn'
|
'youporn', 'xxx',
|
||||||
|
'freexcafe'
|
||||||
]
|
]
|
||||||
|
|
||||||
if not is_nsfw:
|
if not is_nsfw:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue