mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21:23 -05:00
Automated spec update (35118)
This commit is contained in:
parent
aeb7e2c173
commit
60ead5abe3
2 changed files with 14 additions and 18 deletions
|
@ -12672,24 +12672,22 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"banned_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
"failed_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"banned_users",
|
||||
"failed_users"
|
||||
]
|
||||
},
|
||||
"Button": {
|
||||
"type": "object",
|
||||
|
|
|
@ -12672,24 +12672,22 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"banned_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
"failed_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"banned_users",
|
||||
"failed_users"
|
||||
]
|
||||
},
|
||||
"Button": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Reference in a new issue