From 724905c8ce866029a8e9a8265a497f2920c0ea4d Mon Sep 17 00:00:00 2001 From: Its3rr0rsWRLD Date: Sat, 7 Sep 2024 06:39:14 -0400 Subject: [PATCH] Added n word variations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Someone had to add it 😭 Reviewed-on: https://git.nin0.dev///userplugins/vc-goodperson/pulls/3 Co-authored-by: Its3rr0rsWRLD Co-committed-by: Its3rr0rsWRLD --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index cc03759..ae7480e 100644 --- a/index.ts +++ b/index.ts @@ -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 badRegexesFurry = ["mr*eo*w+, mr+p, nya+, mrow+, purr+"]; /** * 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 ***/ -const badNounsSlurs = ["retard", "faggot", "fag", "faggots", "fags", "retards"]; +const badNounsSlurs = ["retard", "faggot", "fag", "faggots", "fags", "retards", "n*g", "n*gg*", "n*gg*r"]; const badRegexesSlurs = ["\\bn{1,}(i|!|1){1,}(b|g){2,}(a|@|e|3){1,}?"]; /** * GENERAL ***/ const badVerbsGeneral = ["kill", "destroy"];