mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (48307)
This commit is contained in:
parent
b7759d584d
commit
31bd8bb2b2
2 changed files with 14 additions and 0 deletions
|
@ -12950,6 +12950,13 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
|
},
|
||||||
|
"banner": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -13165,6 +13165,13 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
|
},
|
||||||
|
"banner": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in a new issue