added more slurs
This commit is contained in:
parent
e943fc9460
commit
81f006c571
1 changed files with 5 additions and 5 deletions
10
index.ts
10
index.ts
|
@ -24,18 +24,18 @@ import { FluxDispatcher } from "@webpack/common";
|
||||||
|
|
||||||
/** * SEXUAL ***/
|
/** * SEXUAL ***/
|
||||||
const badVerbsSexual = ["fuck", "cum"];
|
const badVerbsSexual = ["fuck", "cum"];
|
||||||
const badNounsSexual = ["cunt", "yuri", "whore", "dick", "pussy", "slut", "tit", "cum", "cock", "blowjob", "sex", "ass", "furry", "bewbs", "boob", "booba", "boobies", "boobs", "booby", "porn", "pron", "pronhub", "r34", "rape", "raped", "raping", "rapist"];
|
const badNounsSexual = ["cunt", "yuri", "whore", "dick", "penis", "bbc", "pussy", "pussyole", "slut", "tit", "cum", "cock", "blowjob", "sex", "ass", "furry", "bewbs", "boob", "booba", "boobies", "boobs", "booby", "porn", "pron", "pronhub", "xshare", "xhamster", "r34", "rape", "raped", "raping", "rapist", "womanizer", "nonce", "golden shower", "head"];
|
||||||
/** * FURRY ***/
|
/** * FURRY ***/
|
||||||
const badNounsFurry = ["<a:meowing:1284972816906846298>", "meowing", "meow", "miau", "mreow", "mrow", "woof", "nya", ":pleading_catgirl", "purr", "oomf", "oomfie"];
|
const badNounsFurry = ["<a:meowing:1284972816906846298>", "meowing", "meow", "miau", "mreow", "mrow", "woof", "nya", ":pleading_catgirl", "purr", "oomf", "oomfie", "femboy"];
|
||||||
const badRegexesFurry = ["mr*eo*w+, mr+p, nya+, mrow+, purr+"];
|
const badRegexesFurry = ["mr*eo*w+, mr+p, nya+, mrow+, purr+"];
|
||||||
/** * BRAINROT ***/
|
/** * BRAINROT ***/
|
||||||
const badNounsBrainrot = ["mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "nettspend", "boykisser", "ohio", "rizz", "tickle my toes bruh", "crack my spine like a whip", "hawk tuah"];
|
const badNounsBrainrot = ["mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "nettspend", "boykisser", "ohio", "rizz", "tickle my toes bruh", "crack my spine like a whip", "hawk tuah", "pookie"];
|
||||||
/** * SLURS ***/
|
/** * SLURS ***/
|
||||||
const badNounsSlurs = ["retard", "faggot", "fag", "faggots", "fags", "retards", "n*g", "n*gg*", "n*gg*r"];
|
const badNounsSlurs = ["retard", "retards", "retarded", "faggot", "fag", "faggots", "fags", "furfag", "tranny", "trannies", "n*g", "n*gg*", "n*gg*r", "n*glet", "ret*gga", "n*gtard", "n*g-nog", "n*gro", "gringo", "Yank"];
|
||||||
const badRegexesSlurs = ["\\bn{1,}(i|!|1){1,}(b|g){2,}(a|@|e|3){1,}?"];
|
const badRegexesSlurs = ["\\bn{1,}(i|!|1){1,}(b|g){2,}(a|@|e|3){1,}?"];
|
||||||
/** * GENERAL ***/
|
/** * GENERAL ***/
|
||||||
const badVerbsGeneral = ["kill", "destroy"];
|
const badVerbsGeneral = ["kill", "destroy"];
|
||||||
const badNounsGeneral = ["shit", "bullshit", "bitch", "bastard", "die", "brainless"];
|
const badNounsGeneral = ["shit", "bullshit", "bitch", "bastard", "die", "brainless", "moron", "dumb", "idiot"];
|
||||||
/** * FUN ***/
|
/** * FUN ***/
|
||||||
const badNounsFun = ["kotlin", "avast"];
|
const badNounsFun = ["kotlin", "avast"];
|
||||||
/** * REPLACEMENTS ***/
|
/** * REPLACEMENTS ***/
|
||||||
|
|
Loading…
Reference in a new issue