From 6f5d42940353c2306d540361ea89b14af9c1aff8 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 18 Jan 2023 19:33:30 -0700 Subject: It's seconds, not days --- src/util/schemas/BanCreateSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/schemas') 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; } -- cgit 1.4.1