mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-01-10 06:39:27 -05:00
Automated spec update (174663)
This commit is contained in:
parent
7e11840149
commit
b692e41a7c
2 changed files with 8 additions and 2 deletions
|
|
@ -7383,7 +7383,10 @@
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
},
|
},
|
||||||
"bio": {
|
"bio": {
|
||||||
"type": "string",
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
"maxLength": 190
|
"maxLength": 190
|
||||||
},
|
},
|
||||||
"banner": {
|
"banner": {
|
||||||
|
|
|
||||||
|
|
@ -7383,7 +7383,10 @@
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
},
|
},
|
||||||
"bio": {
|
"bio": {
|
||||||
"type": "string",
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
"maxLength": 190
|
"maxLength": 190
|
||||||
},
|
},
|
||||||
"banner": {
|
"banner": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue