aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-01 17:24:25 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-01 17:24:25 -0400
commit62000550cfaf248eac04680113ac6dff1c81bed8 (patch)
treeff8db74e9b2dbada01504b1147a7de77f97756dd
parent4c3474c63dc3c5deb5bc1dd9f37cc9d5812b62fd (diff)
parentbd7887bde019eefb37a90504369394e066e9370e (diff)
downloadtanzanite-62000550cfaf248eac04680113ac6dff1c81bed8.tar.gz
tanzanite-62000550cfaf248eac04680113ac6dff1c81bed8.tar.bz2
tanzanite-62000550cfaf248eac04680113ac6dff1c81bed8.zip
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
-rw-r--r--src/lib/badwords.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index d9df53a..6457b59 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -101,6 +101,15 @@ export default {
reason: "racial slur",
regex: false,
},
+ {
+ //? N word
+ match: "黑鬼",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "racial slur",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */