aboutsummaryrefslogtreecommitdiff
path: root/src/lib/badwords.ts
diff options
context:
space:
mode:
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,
+ },
],
/* -------------------------------------------------------------------------- */