diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/badwords.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/badwords.ts b/lib/badwords.ts index 5260264..450e606 100644 --- a/lib/badwords.ts +++ b/lib/badwords.ts @@ -842,4 +842,16 @@ export default { userInfo: false, }, ], + + "Testing": [ + { + match: "5Q1eaFprzrBozP0F", + severity: Severity.WARN, + ignoreSpaces: false, + ignoreCapitalization: false, + reason: "testing", + regex: false, + userInfo: true, + }, + ], } as BadWords; |