mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-07-21 19:54:47 -04:00
Automated spec update (241083)
This commit is contained in:
parent
2c0a5ddffb
commit
c9423c8bf4
2 changed files with 8 additions and 0 deletions
|
|
@ -37618,6 +37618,10 @@
|
||||||
},
|
},
|
||||||
"hit": {
|
"hit": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"restriction_count": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
|
|
@ -37637,6 +37637,10 @@
|
||||||
},
|
},
|
||||||
"hit": {
|
"hit": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"restriction_count": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue