mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-05-01 06:20:33 -04:00
Automated spec update (202794)
This commit is contained in:
parent
2f0ef807a8
commit
6be0ff44f9
2 changed files with 12 additions and 0 deletions
|
|
@ -30871,6 +30871,12 @@
|
|||
},
|
||||
"footer": {
|
||||
"$ref": "#/components/schemas/MessageEmbedFooterResponse"
|
||||
},
|
||||
"components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/ContainerComponentResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
|
|
@ -30968,6 +30968,12 @@
|
|||
},
|
||||
"footer": {
|
||||
"$ref": "#/components/schemas/MessageEmbedFooterResponse"
|
||||
},
|
||||
"components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/ContainerComponentResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue