mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-09 12:12:35 +01:00
Merge pull request #1215 from SupremeMortal/fix/create-guild
Add `guild_template_code` to `GuildCreateSchema`
This commit is contained in:
commit
28715f7949
@ -28,4 +28,5 @@ export interface GuildCreateSchema {
|
|||||||
channels?: ChannelModifySchema[];
|
channels?: ChannelModifySchema[];
|
||||||
system_channel_id?: string;
|
system_channel_id?: string;
|
||||||
rules_channel_id?: string;
|
rules_channel_id?: string;
|
||||||
|
guild_template_code?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user