diff options
-rw-r--r-- | src/util/schemas/BanCreateSchema.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/BanCreateSchema.ts b/src/util/schemas/BanCreateSchema.ts index 447e2d73..0dab9da0 100644 --- a/src/util/schemas/BanCreateSchema.ts +++ b/src/util/schemas/BanCreateSchema.ts @@ -17,6 +17,6 @@ */ export interface BanCreateSchema { - delete_message_days?: string; + delete_message_seconds?: string; reason?: string; } |