diff options
author | jani270 <jani270@gmx.de> | 2022-02-09 18:54:23 +0100 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-02-09 18:54:23 +0100 |
commit | 64aaa9892794a4d5675cfc6683e336f0950e8e63 (patch) | |
tree | 53fc8d2817c0bea1d6805f1c1a2defe16a6edaa2 /src/lib/badwords.ts | |
parent | ddf4b4353e332c7c05ee8f5b981451043fcf204c (diff) | |
download | tanzanite-64aaa9892794a4d5675cfc6683e336f0950e8e63.tar.gz tanzanite-64aaa9892794a4d5675cfc6683e336f0950e8e63.tar.bz2 tanzanite-64aaa9892794a4d5675cfc6683e336f0950e8e63.zip |
links and text automod
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 4c7ec81..44a34cd 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -598,6 +598,22 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Gifts from steam nitro, gifts for 3 months", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + { + match: "Free subscription for 3 months DISCORD NITRO", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |