diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-15 15:49:12 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-15 15:49:12 -0500 |
commit | b7783efab09b12fae190729f940ccfe6b4d4c7d9 (patch) | |
tree | 39f1dce2d461ad5f227ebeed7410f8c90862eefd /src/lib/badwords.ts | |
parent | e5f90ecfa84b2d102c0774b0c50a31d58025555b (diff) | |
parent | 3e011c43439fcf4bd36a6c537bee878a44fdfb3b (diff) | |
download | tanzanite-b7783efab09b12fae190729f940ccfe6b4d4c7d9.tar.gz tanzanite-b7783efab09b12fae190729f940ccfe6b4d4c7d9.tar.bz2 tanzanite-b7783efab09b12fae190729f940ccfe6b4d4c7d9.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 | 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, + }, /* -------------------------------------------------------------------------- */ |