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 0dab9da0..fdbf982f 100644
--- a/src/util/schemas/BanCreateSchema.ts
+++ b/src/util/schemas/BanCreateSchema.ts
@@ -18,5 +18,6 @@
 
 export interface BanCreateSchema {
 	delete_message_seconds?: string;
+	delete_message_days?: string;
 	reason?: string;
 }