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 | |
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')
-rw-r--r-- | src/lib/badlinks.ts | 4 | ||||
-rw-r--r-- | src/lib/badwords.ts | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index 074bee5..4751935 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -980,6 +980,7 @@ export default [ "disrcod.gift", "disrcod.gifts", "disrcord.com", + "discordu.gift", "disscord.online", "disscord.ru", "disscords.club", @@ -995,7 +996,9 @@ export default [ "dixcord.com", "dixscord.com", "dizcord.gift", + "discordj.gift", "dizscord.com", + "dissord.gift", "djiscord.com", "dkscord.com", "dlcsorcl.com", @@ -1076,6 +1079,7 @@ export default [ "dlscorldnitro.store", "dlscourd.info", "dlscrod.ru.com", + "dliscord.com", "dmarket-place.pp.ua", "dmcordsteamnitro.de", "dnitrogive.com", 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 */ |