diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-27 16:57:46 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-27 16:57:46 -0400 |
commit | 7ac7fc1bddb9b0e8bf8029bfb784aec3e9f0a6b3 (patch) | |
tree | 381051cadaec6bb2c3e859c5160cfd810c768995 /src/lib/badwords.ts | |
parent | 877537043dd2a8ba16037f061716d9c6f7a5764a (diff) | |
parent | d54069209386deb0c27a40a8b850b0d99654d207 (diff) | |
download | tanzanite-7ac7fc1bddb9b0e8bf8029bfb784aec3e9f0a6b3.tar.gz tanzanite-7ac7fc1bddb9b0e8bf8029bfb784aec3e9f0a6b3.tar.bz2 tanzanite-7ac7fc1bddb9b0e8bf8029bfb784aec3e9f0a6b3.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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index de611a7..df5c664 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -273,6 +273,20 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Hi i claim this nitro for free 3 months lol!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "bro watch this, working nitro gen": { + severity: Severity.PERM_MUTE, + ignoreSpaces: false, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ /* Misc Scams */ |