diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-05 19:39:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 14:39:05 -0400 |
commit | 58f600d02b7143b8f87e17e0d92a48bf16829cbc (patch) | |
tree | 5788da52bd92625aacb31e06ce14acf5e7589aa8 /src/lib/badwords.ts | |
parent | 098327b97396db06ee9d38cac4339f960e96fdad (diff) | |
download | tanzanite-58f600d02b7143b8f87e17e0d92a48bf16829cbc.tar.gz tanzanite-58f600d02b7143b8f87e17e0d92a48bf16829cbc.tar.bz2 tanzanite-58f600d02b7143b8f87e17e0d92a48bf16829cbc.zip |
funni (#33)
* funni
* nitro
* Not needed
* stuff
* link
* Update badwords.ts
* Update badwords.ts
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 21 |
1 files changed, 21 insertions, 0 deletions
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, + }, /* -------------------------------------------------------------------------- */ |