summary refs log tree commit diff
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
commit3d7d3c1e8d23dc9c629ca33adfb32064917d43e1 (patch)
treec6534d4630b611c55ecb745f232fda825cc1ad2c
parentFix a funny security vuln (diff)
downloadserver-3d7d3c1e8d23dc9c629ca33adfb32064917d43e1.tar.xz
It's seconds, not days
-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;
 }