aboutsummaryrefslogtreecommitdiff
path: root/src/lib/badwords.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-01-31 19:20:50 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-01-31 19:20:50 -0500
commit58fefb24903e3cab5245bb7d4b967fdb5606a0c3 (patch)
tree6a7582e37175c5aefaef16d7bc86a19513c36e87 /src/lib/badwords.ts
parentbab76f38a17c62f8c1477172fe1bc9428efb3843 (diff)
parentace6bfb630cea0f1742bf5722c157eab6f322304 (diff)
downloadtanzanite-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.ts16
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,
+ },
],
/* -------------------------------------------------------------------------- */