diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-13 19:39:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 19:39:45 -0500 |
commit | f5a8a3af70aaffb3320689e46590c17bb4854b53 (patch) | |
tree | 70b82473997cbc69b6eacca3f70205637c93d2d0 /src | |
parent | fd12f26ea3ad05ff49e38dc09ca14cff20c86948 (diff) | |
download | tanzanite-f5a8a3af70aaffb3320689e46590c17bb4854b53.tar.gz tanzanite-f5a8a3af70aaffb3320689e46590c17bb4854b53.tar.bz2 tanzanite-f5a8a3af70aaffb3320689e46590c17bb4854b53.zip |
fix: badwords typo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/badwords.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 9ce33fe..44e0bb4 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -1,4 +1,4 @@ -import { type BadWords } from "./common/AutoMod.js"; +import type { BadWords } from "./common/AutoMod.js"; const enum Severity { DELETE, @@ -642,7 +642,7 @@ export default { severity: Severity.TEMP_MUTE, ignoreSpaces: true, ignoreCapitalization: true, - reason: "malware phrasek", + reason: "malware phrase", regex: false, }, { |