aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;