aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-05-12 17:47:46 -0700
committerGitHub <noreply@github.com>2022-05-12 17:47:46 -0700
commitfe97ef23282deefa43ed622b3190dabc9e5324b9 (patch)
tree8f21ac94f0dc4e44e64f38cfbc70e71207a252c4
parent80148f4bc708ec6e6848efd5fa85c963a817ad8b (diff)
downloadtanzanite-fe97ef23282deefa43ed622b3190dabc9e5324b9.tar.gz
tanzanite-fe97ef23282deefa43ed622b3190dabc9e5324b9.tar.bz2
tanzanite-fe97ef23282deefa43ed622b3190dabc9e5324b9.zip
😀 wow only 13+... 😳 are allowed to see my about me 😏
-rw-r--r--src/lib/badwords.ts12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index aa00973..aacf152 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -704,6 +704,16 @@ export default {
],
/* -------------------------------------------------------------------------- */
- /* Frequently Advertised Discord Severs */
+ /* Advertising */
/* -------------------------------------------------------------------------- */
+ "Advertising": [
+ {
+ match: "😀 wow only 13+... 😳 are allowed to see my about me 😏",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "advertising",
+ regex: false,
+ },
+ ],
} as BadWords;