Merge pull request #1215 from SupremeMortal/fix/create-guild

Add `guild_template_code` to `GuildCreateSchema`
This commit is contained in:
Madeline
2024-09-15 11:52:34 +10:00
committed by GitHub
+1
View File
@@ -28,4 +28,5 @@ export interface GuildCreateSchema {
channels?: ChannelModifySchema[];
system_channel_id?: string;
rules_channel_id?: string;
guild_template_code?: string;
}