summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/schemas/BanCreateSchema.ts2
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;
 }