summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2024-09-15 11:52:34 +1000
committerGitHub <noreply@github.com>2024-09-15 11:52:34 +1000
commit28715f794991f7ed502fe8fcbec4ac078ce1d294 (patch)
treedad0c5af27124f5acfebad6481b0333c2a45df73 /src
parentMerge pull request #1210 from CyberL1/fix/nick-response (diff)
parentAdd `guild_template_code` to `GuildCreateSchema` (diff)
downloadserver-ts-28715f794991f7ed502fe8fcbec4ac078ce1d294.tar.xz
Merge pull request #1215 from SupremeMortal/fix/create-guild
Add `guild_template_code` to `GuildCreateSchema`
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 41e3b214e..ae9d275bb 100644 --- a/src/util/schemas/GuildCreateSchema.ts +++ b/src/util/schemas/GuildCreateSchema.ts
@@ -28,4 +28,5 @@ export interface GuildCreateSchema { channels?: ChannelModifySchema[]; system_channel_id?: string; rules_channel_id?: string; + guild_template_code?: string; }