mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (36682)
This commit is contained in:
parent
63b1e0f1ef
commit
26cbc48f51
2 changed files with 10 additions and 10 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue