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.ts28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 1773274..de611a7 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -245,6 +245,34 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
+ "take nitro faster, it's already running out": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: false,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
+ "only the first 10 people will have time to take nitro": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: false,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
+ "Discord is giving away nitro!": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: false,
+ ignoreCapitalization: false,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
+ "Free gift discord nitro for 1 month!": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: false,
+ ignoreCapitalization: false,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
/* -------------------------------------------------------------------------- */
/* Misc Scams */