aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-19 18:52:50 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-19 18:52:50 -0500
commitd3464427ea9b08b54a0444795bf4aedab55d3afc (patch)
treee6fe77a9c8daf767ed3657a36f6ff3851ad0d6c3 /src/lib
parente78beed6c7e094ef48aad5d18da01b2bbed4536c (diff)
parentc7f0def041af4715cea37327a9ed6c3616615d45 (diff)
downloadtanzanite-d3464427ea9b08b54a0444795bf4aedab55d3afc.tar.gz
tanzanite-d3464427ea9b08b54a0444795bf4aedab55d3afc.tar.bz2
tanzanite-d3464427ea9b08b54a0444795bf4aedab55d3afc.zip
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/badlinks.ts1
-rw-r--r--src/lib/badwords.ts8
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts
index 33686ca..19c03ad 100644
--- a/src/lib/badlinks.ts
+++ b/src/lib/badlinks.ts
@@ -639,6 +639,7 @@ export default [
"disccords.com",
"disccrd.gifts",
"disccrdapp.com",
+ "disceord.gift",
"discerd.gift",
"discford.com",
"discgrdapp.com",
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 9bf38fd..e5e40ea 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -622,6 +622,14 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
+ {
+ match: "take it guys :)",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */