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 | a537df8218d10e4a21e5a64b9f14cced5b639f9a (patch) | |
tree | b7c2ac915a1dc1aa1282060e528bcf900ed75244 /src | |
parent | It's seconds, not days (diff) | |
download | server-a537df8218d10e4a21e5a64b9f14cced5b639f9a.tar.xz |
Apparently its still accepted, just depricated
Diffstat (limited to 'src')
-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; } |