diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-10-27 20:06:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 14:06:09 -0400 |
commit | d54069209386deb0c27a40a8b850b0d99654d207 (patch) | |
tree | 112476bd0a4711484cdc182b2722d75de9cfc3dd /src/lib/badwords.ts | |
parent | 6bdc8db75f093098ba6c8e0818c006e77ddc6b88 (diff) | |
download | tanzanite-d54069209386deb0c27a40a8b850b0d99654d207.tar.gz tanzanite-d54069209386deb0c27a40a8b850b0d99654d207.tar.bz2 tanzanite-d54069209386deb0c27a40a8b850b0d99654d207.zip |
scam shit (#30)
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 aae5691..df5c664 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -280,6 +280,13 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "bro watch this, working nitro gen": { + severity: Severity.PERM_MUTE, + ignoreSpaces: false, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ /* Misc Scams */ |