diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-10-27 14:45:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 08:45:11 -0400 |
commit | 6bdc8db75f093098ba6c8e0818c006e77ddc6b88 (patch) | |
tree | 8cff3808b6c1088804ec31a7285b3c4e08ba26e6 /src/lib/badwords.ts | |
parent | a1ab06dcfccef90192b90910aecdddbc505eca00 (diff) | |
download | tanzanite-6bdc8db75f093098ba6c8e0818c006e77ddc6b88.tar.gz tanzanite-6bdc8db75f093098ba6c8e0818c006e77ddc6b88.tar.bz2 tanzanite-6bdc8db75f093098ba6c8e0818c006e77ddc6b88.zip |
👍 (#29)
* link
* another one
* another one
* Update badwords.ts
* another one
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 de611a7..aae5691 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -273,6 +273,13 @@ 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, + }, /* -------------------------------------------------------------------------- */ /* Misc Scams */ |