mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 16:41:22 -05:00
Automated spec update
This commit is contained in:
parent
d062970492
commit
ed128cc2a3
2 changed files with 6 additions and 2 deletions
|
@ -19647,7 +19647,9 @@
|
||||||
"array",
|
"array",
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"items": {}
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/GuildMemberResponse"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -19647,7 +19647,9 @@
|
||||||
"array",
|
"array",
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"items": {}
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/GuildMemberResponse"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in a new issue