summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorChrisChrome <christophercookman@gmail.com>2023-01-18 19:33:30 -0700
committerChrisChrome <christophercookman@gmail.com>2023-01-18 19:33:30 -0700
commit6f5d42940353c2306d540361ea89b14af9c1aff8 (patch)
treef57cd1aeb924f31abb168bc408068c4da7333df9 /src
parentFix a funny security vuln (diff)
downloadserver-6f5d42940353c2306d540361ea89b14af9c1aff8.tar.xz
It's seconds, not days
Diffstat (limited to 'src')
-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;
 }