summary refs log tree commit diff
path: root/src
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
commit9bcc09ac675268f09b010e533c83cf8f00c0d809 (patch)
tree9502ba6f08e207d95b6b04bae02fc33b12df9891 /src
parentIt's seconds, not days (diff)
downloadserver-9bcc09ac675268f09b010e533c83cf8f00c0d809.tar.xz
Apparently its still accepted, just depricated
Diffstat (limited to 'src')
-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; }