mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-01-09 06:19: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"
|
||||
},
|
||||
"bio": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 190
|
||||
},
|
||||
"banner": {
|
||||
|
|
|
|||
|
|
@ -7383,7 +7383,10 @@
|
|||
"contentEncoding": "base64"
|
||||
},
|
||||
"bio": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 190
|
||||
},
|
||||
"banner": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue