diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-01-26 12:49:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 06:49:02 -0500 |
commit | 16c8e50d9d9437833bcea121d150f92fc559eb32 (patch) | |
tree | df427625d122e0e7862977dba79f0c13beea4524 /src/lib/badwords.ts | |
parent | 840cca672d681c36f980a06fb79a4e2c01bd69ac (diff) | |
download | tanzanite-16c8e50d9d9437833bcea121d150f92fc559eb32.tar.gz tanzanite-16c8e50d9d9437833bcea121d150f92fc559eb32.tar.bz2 tanzanite-16c8e50d9d9437833bcea121d150f92fc559eb32.zip |
a (#56)
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 9 |
1 files changed, 9 insertions, 0 deletions
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, + }, ], /* -------------------------------------------------------------------------- */ |