From fe97ef23282deefa43ed622b3190dabc9e5324b9 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 12 May 2022 17:47:46 -0700 Subject: 😀 wow only 13+... 😳 are allowed to see my about me 😏 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/badwords.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/lib') 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; -- cgit