Update index.ts

This commit is contained in:
Its3rr0rsWRLD 2024-09-07 05:36:06 -04:00
parent 22604bbc4b
commit cd50962f30

View file

@ -29,9 +29,9 @@ const badNounsSexual = ["cunt", "yuri", "whore", "dick", "pussy", "slut", "tit",
const badNounsFurry = ["meow", "miau", "mreow", "mrow", "woof", "nya", ":pleading_catgirl", "purr"]; const badNounsFurry = ["meow", "miau", "mreow", "mrow", "woof", "nya", ":pleading_catgirl", "purr"];
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"]; const badNounsBrainrot = ["mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "nettspend", "boykisser", "ohio", "rizz"];
/** * SLURS ***/ /** * SLURS ***/
const badNounsSlurs = ["retard", "faggot", "fag", "faggots", "fags", "retards"]; const badNounsSlurs = ["retard", "faggot", "fag", "faggots", "fags", "retards", "nig", "nigga", "nigger"];
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"];