diff options
author | jani270 <jani270@gmx.de> | 2022-05-03 13:19:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-03 13:19:21 +0200 |
commit | 640b8bf627179b8f2542e8d02fab82515c738f18 (patch) | |
tree | 069cab3eddd869bdb0e375a7acd78ca60761fbad /src/lib/badwords.ts | |
parent | 8d1d62a6ccacd8e35089d1b7fed078bdb9cb6f8e (diff) | |
download | tanzanite-640b8bf627179b8f2542e8d02fab82515c738f18.tar.gz tanzanite-640b8bf627179b8f2542e8d02fab82515c738f18.tar.bz2 tanzanite-640b8bf627179b8f2542e8d02fab82515c738f18.zip |
:scream: wtfrick | New Link and badword
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index e5e40ea..7365dbc 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -630,6 +630,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Discord and Steam are giving away a free 3-month Discord Gift subscription!", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |