diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-31 19:20:50 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-31 19:20:50 -0500 |
commit | 58fefb24903e3cab5245bb7d4b967fdb5606a0c3 (patch) | |
tree | 6a7582e37175c5aefaef16d7bc86a19513c36e87 /src/lib/badwords.ts | |
parent | bab76f38a17c62f8c1477172fe1bc9428efb3843 (diff) | |
parent | ace6bfb630cea0f1742bf5722c157eab6f322304 (diff) | |
download | tanzanite-58fefb24903e3cab5245bb7d4b967fdb5606a0c3.tar.gz tanzanite-58fefb24903e3cab5245bb7d4b967fdb5606a0c3.tar.bz2 tanzanite-58fefb24903e3cab5245bb7d4b967fdb5606a0c3.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 034a9ff..06b5dee 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -551,6 +551,22 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Discord Nitro distribution from STEAM", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + { + match: "3 month nitro for free, take it ", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |