From a7fd90aeee9161d10cd7ac37fe105606a23718bd Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 24 Aug 2022 21:35:50 -0400 Subject: remove testing bad word --- lib/badwords.ts | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/badwords.ts') 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; -- cgit