Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient
This commit is contained in:
parent
9aaa59bcc3
commit
7111e8b1a5
@ -6505,9 +6505,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
|
||||||
"name"
|
|
||||||
],
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"Embed": {
|
"Embed": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -6867,6 +6864,9 @@
|
|||||||
"preferred_locale": {
|
"preferred_locale": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"premium_progress_bar_enabled": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"maxLength": 100,
|
"maxLength": 100,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -6891,9 +6891,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
|
||||||
"name"
|
|
||||||
],
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"Embed": {
|
"Embed": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -9,7 +9,7 @@ export interface GuildCreateSchema {
|
|||||||
/**
|
/**
|
||||||
* @maxLength 100
|
* @maxLength 100
|
||||||
*/
|
*/
|
||||||
name: string;
|
name?: string;
|
||||||
region?: string;
|
region?: string;
|
||||||
icon?: string | null;
|
icon?: string | null;
|
||||||
channels?: ChannelModifySchema[];
|
channels?: ChannelModifySchema[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user