diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/badlinks.ts | 2 | ||||
-rw-r--r-- | src/lib/badwords.ts | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index e84b12d..61d17e4 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -639,6 +639,7 @@ export default [ "disccords.com", "disccrd.gifts", "disccrdapp.com", + "discerd.gift", "discford.com", "discgrdapp.com", "dischrd.com", @@ -2643,6 +2644,7 @@ export default [ "nise-win.xyz", "nitrlooss-free.ru", "nitro-airdrop.org", + "nitro-all.xyz", "nitro-app.com", "nitro-app.fun", "nitro-discord.fun", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 44e0bb4..08bdc01 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -639,7 +639,7 @@ export default { }, { match: "i made a game can you test play ?", - severity: Severity.TEMP_MUTE, + severity: Severity.PERM_MUTE, ignoreSpaces: true, ignoreCapitalization: true, reason: "malware phrase", @@ -647,7 +647,7 @@ export default { }, { match: "tell me if something is wrong in the game", - severity: Severity.TEMP_MUTE, + severity: Severity.PERM_MUTE, ignoreSpaces: true, ignoreCapitalization: true, reason: "malware phrase", @@ -655,7 +655,7 @@ export default { }, { match: "Hi, can you check out the game I created today:)", - severity: Severity.TEMP_MUTE, + severity: Severity.PERM_MUTE, ignoreSpaces: true, ignoreCapitalization: true, reason: "malware phrase", @@ -663,7 +663,7 @@ export default { }, { match: "Just want to get other people's opinions, what to add and what to remove.", - severity: Severity.TEMP_MUTE, + severity: Severity.PERM_MUTE, ignoreSpaces: true, ignoreCapitalization: true, reason: "malware phrase", |