diff options
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 2401a15..6672315 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -294,6 +294,35 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Get 3 Months of Discord Nitro. Personalize your profile, screen share in HD, upgrade your emojis, and more!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Steam is giving away free discord nitro, have time to pick up at my link": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Airdrop Discord NITRO with Steam": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Check this lol, there nitro is handed out for free, take it until everything is sorted out": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + /* -------------------------------------------------------------------------- */ /* Misc Scams */ |