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.ts24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index eb44230..feb74cb 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -710,6 +710,30 @@ export default {
reason: "malware phrase",
regex: false,
},
+ {
+ match: "https://discord.gg/KKnGGvEPVM",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "misc. scam phrase",
+ regex: false,
+ },
+ {
+ match: "https://discord.gg/rykjvpTGrB",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "misc. scam phrase",
+ regex: false,
+ },
+ {
+ match: "https://discord.gg/XTDQgJ9YMp",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "misc. scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */