diff options
Diffstat (limited to 'src/lib/common/AutoMod.ts')
-rw-r--r-- | src/lib/common/AutoMod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common/AutoMod.ts b/src/lib/common/AutoMod.ts index 8d94dab..24feae0 100644 --- a/src/lib/common/AutoMod.ts +++ b/src/lib/common/AutoMod.ts @@ -378,7 +378,7 @@ export interface BadWordDetails { /** * The severity of the word */ - severity: Severity; + severity: Severity | 1 | 2 | 3; /** * Whether or not to ignore spaces when checking for the word |