summary refs log tree commit diff
diff options
context:
space:
mode:
authorChrisChrome <christophercookman@gmail.com>2023-01-18 19:37:15 -0700
committerChrisChrome <christophercookman@gmail.com>2023-01-18 19:37:15 -0700
commita537df8218d10e4a21e5a64b9f14cced5b639f9a (patch)
treeb7c2ac915a1dc1aa1282060e528bcf900ed75244
parentIt's seconds, not days (diff)
downloadserver-a537df8218d10e4a21e5a64b9f14cced5b639f9a.tar.xz
Apparently its still accepted, just depricated
-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;
 }