Automated spec update (36682)

This commit is contained in:
Nelly (automation bot) 2024-03-25 23:32:19 +00:00
parent 63b1e0f1ef
commit 26cbc48f51
2 changed files with 10 additions and 10 deletions

View File

@ -16454,11 +16454,6 @@
"GuildCreateRequest": { "GuildCreateRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"name": {
"type": "string",
"minLength": 2,
"maxLength": 100
},
"description": { "description": {
"type": [ "type": [
"string", "string",
@ -16467,6 +16462,11 @@
"minLength": 0, "minLength": 0,
"maxLength": 120 "maxLength": 120
}, },
"name": {
"type": "string",
"minLength": 2,
"maxLength": 100
},
"region": { "region": {
"type": [ "type": [
"string", "string",

View File

@ -16729,11 +16729,6 @@
"GuildCreateRequest": { "GuildCreateRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"name": {
"type": "string",
"minLength": 2,
"maxLength": 100
},
"description": { "description": {
"type": [ "type": [
"string", "string",
@ -16742,6 +16737,11 @@
"minLength": 0, "minLength": 0,
"maxLength": 120 "maxLength": 120
}, },
"name": {
"type": "string",
"minLength": 2,
"maxLength": 100
},
"region": { "region": {
"type": [ "type": [
"string", "string",