1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 01:02:27 +02:00

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
commit 28715f7949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,4 +28,5 @@ export interface GuildCreateSchema {
channels?: ChannelModifySchema[];
system_channel_id?: string;
rules_channel_id?: string;
guild_template_code?: string;
}