Skip to content

Commit

Permalink
Merge pull request #1215 from SupremeMortal/fix/create-guild
Browse files Browse the repository at this point in the history
Add `guild_template_code` to `GuildCreateSchema`
  • Loading branch information
MaddyUnderStars authored Sep 15, 2024
2 parents 224d402 + 79eb8b6 commit 28715f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/schemas/GuildCreateSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ export interface GuildCreateSchema {
channels?: ChannelModifySchema[];
system_channel_id?: string;
rules_channel_id?: string;
guild_template_code?: string;
}

0 comments on commit 28715f7

Please sign in to comment.