summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-07 19:54:33 +0200
committerRory& <root@rory.gay>2025-07-07 19:54:33 +0200
commit5ff2267cd17c933fd98ab663a60fac8febadf928 (patch)
tree43b0f837cc2cc530c5bc37714ff5e876d2f6d3a6 /src
parentMake time relative, oops (diff)
downloadserver-ts-5ff2267cd17c933fd98ab663a60fac8febadf928.tar.xz
Add staff_only flag in guild create schema
Diffstat (limited to 'src')
-rw-r--r--src/util/schemas/GuildCreateSchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/GuildCreateSchema.ts b/src/util/schemas/GuildCreateSchema.ts

index ae9d275b..c293aa8f 100644 --- a/src/util/schemas/GuildCreateSchema.ts +++ b/src/util/schemas/GuildCreateSchema.ts
@@ -29,4 +29,5 @@ export interface GuildCreateSchema { system_channel_id?: string; rules_channel_id?: string; guild_template_code?: string; + staff_only?: boolean; }