mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (42687)
This commit is contained in:
parent
b67077a0a8
commit
c21a1572d3
2 changed files with 12 additions and 2 deletions
|
@ -24108,7 +24108,12 @@
|
||||||
},
|
},
|
||||||
"PurchaseType": {
|
"PurchaseType": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"oneOf": [],
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "GUILD_PRODUCT",
|
||||||
|
"const": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"QuarantineUserAction": {
|
"QuarantineUserAction": {
|
||||||
|
|
|
@ -24572,7 +24572,12 @@
|
||||||
},
|
},
|
||||||
"PurchaseType": {
|
"PurchaseType": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"oneOf": [],
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "GUILD_PRODUCT",
|
||||||
|
"const": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"QuarantineUserAction": {
|
"QuarantineUserAction": {
|
||||||
|
|
Loading…
Reference in a new issue