diff options
-rw-r--r-- | src/lib/badlinks.ts | 3 | ||||
-rw-r--r-- | src/lib/badwords.ts | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index 61d17e4..33686ca 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -814,6 +814,7 @@ export default [ "discord-apps.site", "discord-apps.space", "discord-apps.xyz", + "discord-best-nitro.xyz", "discord-bonus.ru", "discord-boost.com", "discord-boost.ru.com", @@ -1704,6 +1705,7 @@ export default [ "dlscordsteam.com", "dlscorldnitro.store", "dlscorp.com", + "dlscors.gift", "dlscourd.info", "dlscrod-app.xyz", "dlscrod-game.ru", @@ -4744,6 +4746,7 @@ export default [ "steamnitrol.com", "steamnitros.com", "steamnitros.ru", + "steamnitrro.com", "steamnltro.com", "steamnltros.com", "steamnltros.ru", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 08bdc01..9bf38fd 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -614,6 +614,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "who will catch this gift?)", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |