diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-26 21:40:37 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-26 21:40:37 -0500 |
commit | fb2eb16d2ce0e4669d0805270e2496975da00cd8 (patch) | |
tree | 7983bade7ec1a60b20ebe17370c3f1817f721fdd /src | |
parent | 3b008e3997bac2093cc8b4254328ec84acc7e294 (diff) | |
parent | 16c8e50d9d9437833bcea121d150f92fc559eb32 (diff) | |
download | tanzanite-fb2eb16d2ce0e4669d0805270e2496975da00cd8.tar.gz tanzanite-fb2eb16d2ce0e4669d0805270e2496975da00cd8.tar.bz2 tanzanite-fb2eb16d2ce0e4669d0805270e2496975da00cd8.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/badlinks.ts | 3 | ||||
-rw-r--r-- | src/lib/badwords.ts | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index d583fa0..427fe74 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -674,6 +674,7 @@ export default [ "discod.tech", "discodapp.gift", "discodapp.net", + "discode.gift", "discodnitro.info", "discodnitro.ru", "discodrd.com", @@ -1433,6 +1434,7 @@ export default [ "discrd.gg", "discrdapp.cf", "discrdapp.com", + "discrds.gift", "discrdspp.com", "discrocl.xyz", "discrod-app.com", @@ -1502,6 +1504,7 @@ export default [ "disord.gifts", "disordapp.gift", "disordapp.gifts", + "disorde.gift", "disordgift.codes", "disordgifts.com", "disordglft.com", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index a704762..034a9ff 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -542,6 +542,15 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Whо is first? :)", + //? This one uses a different o, prob should make some autodelete if includes link and special char + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |