mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 08:05:29 +00:00
Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient
This commit is contained in:
@@ -9,7 +9,7 @@ export interface GuildCreateSchema {
|
||||
/**
|
||||
* @maxLength 100
|
||||
*/
|
||||
name: string;
|
||||
name?: string;
|
||||
region?: string;
|
||||
icon?: string | null;
|
||||
channels?: ChannelModifySchema[];
|
||||
|
||||
Reference in New Issue
Block a user