Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient

This commit is contained in:
Madeline
2022-07-03 20:58:44 +10:00
parent 9aaa59bcc3
commit 7111e8b1a5
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export interface GuildCreateSchema {
/**
* @maxLength 100
*/
name: string;
name?: string;
region?: string;
icon?: string | null;
channels?: ChannelModifySchema[];