aboutsummaryrefslogtreecommitdiff
path: root/lib/badwords.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-24 21:35:50 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-24 21:35:50 -0400
commita7fd90aeee9161d10cd7ac37fe105606a23718bd (patch)
treed4a170c56cb684065e5d2649c532e3fabcc3b4ca /lib/badwords.ts
parente546d99d33baea51db1a286c265a29b55d375fec (diff)
downloadtanzanite-a7fd90aeee9161d10cd7ac37fe105606a23718bd.tar.gz
tanzanite-a7fd90aeee9161d10cd7ac37fe105606a23718bd.tar.bz2
tanzanite-a7fd90aeee9161d10cd7ac37fe105606a23718bd.zip
remove testing bad word
Diffstat (limited to 'lib/badwords.ts')
-rw-r--r--lib/badwords.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/badwords.ts b/lib/badwords.ts
index 450e606..5260264 100644
--- a/lib/badwords.ts
+++ b/lib/badwords.ts
@@ -842,16 +842,4 @@ export default {
userInfo: false,
},
],
-
- "Testing": [
- {
- match: "5Q1eaFprzrBozP0F",
- severity: Severity.WARN,
- ignoreSpaces: false,
- ignoreCapitalization: false,
- reason: "testing",
- regex: false,
- userInfo: true,
- },
- ],
} as BadWords;