summary refs log tree commit diff
path: root/src/util/schemas/GuildCreateSchema.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-12-20 03:33:28 -0500
committerPuyodead1 <puyodead@proton.me>2023-12-20 03:33:28 -0500
commite34887261f8d86aa4e98f4b8ccd6e57ce72c6620 (patch)
treeb7cb601c7e818349b3000eaf20bc75e44c22ff87 /src/util/schemas/GuildCreateSchema.ts
parentadd missing license headers (diff)
downloadserver-feat/admin-api.tar.xz
initial progress for admin api feat/admin-api
Diffstat (limited to '')
-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 f7138991..eb775b26 100644 --- a/src/util/schemas/GuildCreateSchema.ts +++ b/src/util/schemas/GuildCreateSchema.ts
@@ -29,4 +29,5 @@ export interface GuildCreateSchema { guild_template_code?: string; system_channel_id?: string; rules_channel_id?: string; + owner_id?: string; // used by admins to create a guild for someone else }