diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-09 22:29:17 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-09 22:29:17 -0500 |
commit | 1d383a1c7058842f95472a6e66b7f4fbdc042635 (patch) | |
tree | 1cddbd11fd766a7e90e3e4a69a0617d6215c6bfa /src/lib/badwords.ts | |
parent | 05b8447da7aaae2c43c5efd73abf16a17cacbfb3 (diff) | |
parent | 64aaa9892794a4d5675cfc6683e336f0950e8e63 (diff) | |
download | tanzanite-1d383a1c7058842f95472a6e66b7f4fbdc042635.tar.gz tanzanite-1d383a1c7058842f95472a6e66b7f4fbdc042635.tar.bz2 tanzanite-1d383a1c7058842f95472a6e66b7f4fbdc042635.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
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, + }, ], /* -------------------------------------------------------------------------- */ |