mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (149532)
This commit is contained in:
parent
b8404d3ec2
commit
d2a1e3b599
2 changed files with 6 additions and 0 deletions
|
|
@ -31800,6 +31800,9 @@
|
||||||
},
|
},
|
||||||
"deaf": {
|
"deaf": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"permissions": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
|
|
@ -32386,6 +32386,9 @@
|
||||||
},
|
},
|
||||||
"deaf": {
|
"deaf": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"permissions": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue