diff options
author | ChrisChrome <christophercookman@gmail.com> | 2023-01-18 19:37:15 -0700 |
---|---|---|
committer | ChrisChrome <christophercookman@gmail.com> | 2023-01-18 19:37:15 -0700 |
commit | 9bcc09ac675268f09b010e533c83cf8f00c0d809 (patch) | |
tree | 9502ba6f08e207d95b6b04bae02fc33b12df9891 | |
parent | It's seconds, not days (diff) | |
download | server-9bcc09ac675268f09b010e533c83cf8f00c0d809.tar.xz |
Apparently its still accepted, just depricated
-rw-r--r-- | src/util/schemas/BanCreateSchema.ts | 1 |
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; } |