diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-25 18:07:57 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-25 18:07:57 -0400 |
commit | c0a81b014a56e4d44c826f78391a930361aab122 (patch) | |
tree | ca3db9c4ff203f4678737b890ded1bb88c5b4b07 /src/lib/badwords.ts | |
parent | e954df49f6dac5a49536e4756525e8c24bf78dd8 (diff) | |
download | tanzanite-c0a81b014a56e4d44c826f78391a930361aab122.tar.gz tanzanite-c0a81b014a56e4d44c826f78391a930361aab122.tar.bz2 tanzanite-c0a81b014a56e4d44c826f78391a930361aab122.zip |
fuck scammers
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 1773274..de611a7 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -245,6 +245,34 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "take nitro faster, it's already running out": { + severity: Severity.PERM_MUTE, + ignoreSpaces: false, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "only the first 10 people will have time to take nitro": { + severity: Severity.PERM_MUTE, + ignoreSpaces: false, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Discord is giving away nitro!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: false, + ignoreCapitalization: false, + reason: "discord nitro scam phrase", + regex: false, + }, + "Free gift discord nitro for 1 month!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: false, + ignoreCapitalization: false, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ /* Misc Scams */ |