From 3fd131ddcb100a4f6d9e65f104231ac78be2b8b9 Mon Sep 17 00:00:00 2001 From: nin0 Date: Mon, 9 Sep 2024 12:34:06 -0400 Subject: [PATCH] Update index.ts --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index bc8995c..f9a27d1 100644 --- a/index.ts +++ b/index.ts @@ -29,7 +29,7 @@ const badNounsSexual = ["cunt", "yuri", "whore", "dick", "pussy", "slut", "tit", const badNounsFurry = ["meow", "miau", "mreow", "mrow", "woof", "nya", ":pleading_catgirl", "purr", "oomf", "oomfie"]; const badRegexesFurry = ["mr*eo*w+, mr+p, nya+, mrow+, purr+"]; /** * BRAINROT ***/ -const badNounsBrainrot = ["mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "nettspend", "boykisser", "ohio", "rizz"]; +const badNounsBrainrot = ["mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "nettspend", "boykisser", "ohio", "rizz", "tickle my toes bruh"]; /** * SLURS ***/ 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,}?"];