mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-21 09:00:57 +00:00
Add guild_template_code to GuildCreateSchema
Fixes guild creation due to additional property error.
This commit is contained in:
@@ -28,4 +28,5 @@ export interface GuildCreateSchema {
|
||||
channels?: ChannelModifySchema[];
|
||||
system_channel_id?: string;
|
||||
rules_channel_id?: string;
|
||||
guild_template_code?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user