diff --git a/src/util/schemas/GuildCreateSchema.ts b/src/util/schemas/GuildCreateSchema.ts index 41e3b21..ae9d275 100644 --- a/src/util/schemas/GuildCreateSchema.ts +++ b/src/util/schemas/GuildCreateSchema.ts @@ -28,4 +28,5 @@ channels?: ChannelModifySchema[]; system_channel_id?: string; rules_channel_id?: string; + guild_template_code?: string; }