mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update
This commit is contained in:
parent
1b472a40b0
commit
3764514446
2 changed files with 16 additions and 0 deletions
|
@ -12092,6 +12092,14 @@
|
||||||
{
|
{
|
||||||
"title": "HOME_SETTINGS_UPDATE",
|
"title": "HOME_SETTINGS_UPDATE",
|
||||||
"const": 191
|
"const": 191
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_CREATE",
|
||||||
|
"const": 192
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_DELETE",
|
||||||
|
"const": 193
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|
|
@ -12092,6 +12092,14 @@
|
||||||
{
|
{
|
||||||
"title": "HOME_SETTINGS_UPDATE",
|
"title": "HOME_SETTINGS_UPDATE",
|
||||||
"const": 191
|
"const": 191
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_CREATE",
|
||||||
|
"const": 192
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "VOICE_CHANNEL_STATUS_DELETE",
|
||||||
|
"const": 193
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|
Loading…
Reference in a new issue