summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/schemas/BanCreateSchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/BanCreateSchema.ts b/src/util/schemas/BanCreateSchema.ts
index 447e2d73..fdbf982f 100644
--- a/src/util/schemas/BanCreateSchema.ts
+++ b/src/util/schemas/BanCreateSchema.ts
@@ -17,6 +17,7 @@
 */
 
 export interface BanCreateSchema {
+	delete_message_seconds?: string;
 	delete_message_days?: string;
 	reason?: string;
 }