diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-19 18:52:50 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-19 18:52:50 -0500 |
commit | d3464427ea9b08b54a0444795bf4aedab55d3afc (patch) | |
tree | e6fe77a9c8daf767ed3657a36f6ff3851ad0d6c3 /src/lib | |
parent | e78beed6c7e094ef48aad5d18da01b2bbed4536c (diff) | |
parent | c7f0def041af4715cea37327a9ed6c3616615d45 (diff) | |
download | tanzanite-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.ts | 1 | ||||
-rw-r--r-- | src/lib/badwords.ts | 8 |
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, + }, ], /* -------------------------------------------------------------------------- */ |