mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01:00
Add guild_template_code
to GuildCreateSchema
Fixes guild creation due to additional property error.
This commit is contained in:
parent
224d4020d0
commit
79eb8b6785
@ -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