aboutsummaryrefslogtreecommitdiff
path: root/src/lib/badwords.ts
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-01-26 12:49:02 +0100
committerGitHub <noreply@github.com>2022-01-26 06:49:02 -0500
commit16c8e50d9d9437833bcea121d150f92fc559eb32 (patch)
treedf427625d122e0e7862977dba79f0c13beea4524 /src/lib/badwords.ts
parent840cca672d681c36f980a06fb79a4e2c01bd69ac (diff)
downloadtanzanite-16c8e50d9d9437833bcea121d150f92fc559eb32.tar.gz
tanzanite-16c8e50d9d9437833bcea121d150f92fc559eb32.tar.bz2
tanzanite-16c8e50d9d9437833bcea121d150f92fc559eb32.zip
a (#56)
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r--src/lib/badwords.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index a704762..034a9ff 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -542,6 +542,15 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
+ {
+ match: "Whо is first? :)",
+ //? This one uses a different o, prob should make some autodelete if includes link and special char
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */