diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-12 13:51:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 07:51:15 -0500 |
commit | 3e011c43439fcf4bd36a6c537bee878a44fdfb3b (patch) | |
tree | 282bafc75714ad538a1847207d6a4cefbfd5ad1c /src/lib/badwords.ts | |
parent | 6fd7f7064782fddc20e65b5f1b1ba987c3a868a4 (diff) | |
download | tanzanite-3e011c43439fcf4bd36a6c537bee878a44fdfb3b.tar.gz tanzanite-3e011c43439fcf4bd36a6c537bee878a44fdfb3b.tar.bz2 tanzanite-3e011c43439fcf4bd36a6c537bee878a44fdfb3b.zip |
stuff (#40)
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index fa16850..20ca29d 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -351,6 +351,13 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Free distributiοn of discοrd nitrο for 3 months from steаm!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ |