mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (274)
This commit is contained in:
parent
117758695a
commit
5f472eb49d
2 changed files with 16 additions and 6 deletions
|
@ -6534,9 +6534,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ThreadResponse"
|
"$ref": "#/components/schemas/ThreadResponse"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -12092,6 +12089,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"
|
||||||
|
|
|
@ -6534,9 +6534,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ThreadResponse"
|
"$ref": "#/components/schemas/ThreadResponse"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -12092,6 +12089,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