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.ts25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 9b13294..90f5a64 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -330,7 +330,7 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
- "Airdrop Discord NITRO with Steam": {
+ "Airdrop Discord NITRO with": {
severity: Severity.PERM_MUTE,
ignoreSpaces: true,
ignoreCapitalization: true,
@@ -387,7 +387,7 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
- "Hey, I got some nitro left over here": {
+ "I got some nitro left over here": {
severity: Severity.PERM_MUTE,
ignoreSpaces: true,
ignoreCapitalization: true,
@@ -437,6 +437,27 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
+ "1 month nitro for free": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
+ "Gifts for the new year, nitro for 3 months": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
+ "1 month nitro from steam, take it guys": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
/* -------------------------------------------------------------------------- */
/* Misc Scams */