diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-12 17:47:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 17:47:46 -0700 |
commit | fe97ef23282deefa43ed622b3190dabc9e5324b9 (patch) | |
tree | 8f21ac94f0dc4e44e64f38cfbc70e71207a252c4 | |
parent | 80148f4bc708ec6e6848efd5fa85c963a817ad8b (diff) | |
download | tanzanite-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.ts | 12 |
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; |