From 58f600d02b7143b8f87e17e0d92a48bf16829cbc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 5 Nov 2021 19:39:05 +0100 Subject: funni (#33) * funni * nitro * Not needed * stuff * link * Update badwords.ts * Update badwords.ts --- src/lib/badwords.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/lib/badwords.ts') diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 6672315..04e90d0 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -322,6 +322,27 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "A free Discord Nitro | Steam Store Discord Nitro Distribution.": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Xbox gives away discord nitro for free": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "airdrop discord nitro by steam": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ -- cgit