diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-15 19:13:29 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-15 19:13:29 -0500 |
commit | 8e35f109d4b3fc1779e2cd6c3aba5a4d4ee1da85 (patch) | |
tree | 9e88b926bc5a8846c8f6167b5a9405939f5e487c /src/lib/badwords.ts | |
parent | 85c9e01741c1c8e5c7a755605f2a39d26a3a4be8 (diff) | |
parent | f8d01ce033e9b12fa6a0ed2142cc88416a7bc4ef (diff) | |
download | tanzanite-8e35f109d4b3fc1779e2cd6c3aba5a4d4ee1da85.tar.gz tanzanite-8e35f109d4b3fc1779e2cd6c3aba5a4d4ee1da85.tar.bz2 tanzanite-8e35f109d4b3fc1779e2cd6c3aba5a4d4ee1da85.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
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 bdff987..a704762 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -534,6 +534,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Who is first? :)", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |