mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21:23 -05:00
Automated spec update (51109)
This commit is contained in:
parent
e9bc1ce4e0
commit
ffc33f5179
2 changed files with 40 additions and 0 deletions
|
@ -23318,6 +23318,26 @@
|
||||||
"title": "GUILD_APPLICATION_PREMIUM_SUBSCRIPTION",
|
"title": "GUILD_APPLICATION_PREMIUM_SUBSCRIPTION",
|
||||||
"description": "",
|
"description": "",
|
||||||
"const": 32
|
"const": 32
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_ALERT_MODE_ENABLED",
|
||||||
|
"description": "",
|
||||||
|
"const": 36
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_ALERT_MODE_DISABLED",
|
||||||
|
"description": "",
|
||||||
|
"const": 37
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_REPORT_RAID",
|
||||||
|
"description": "",
|
||||||
|
"const": 38
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_REPORT_FALSE_ALARM",
|
||||||
|
"description": "",
|
||||||
|
"const": 39
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|
|
@ -23725,6 +23725,26 @@
|
||||||
"title": "GUILD_APPLICATION_PREMIUM_SUBSCRIPTION",
|
"title": "GUILD_APPLICATION_PREMIUM_SUBSCRIPTION",
|
||||||
"description": "",
|
"description": "",
|
||||||
"const": 32
|
"const": 32
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_ALERT_MODE_ENABLED",
|
||||||
|
"description": "",
|
||||||
|
"const": 36
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_ALERT_MODE_DISABLED",
|
||||||
|
"description": "",
|
||||||
|
"const": 37
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_REPORT_RAID",
|
||||||
|
"description": "",
|
||||||
|
"const": 38
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_INCIDENT_REPORT_FALSE_ALARM",
|
||||||
|
"description": "",
|
||||||
|
"const": 39
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|
Loading…
Reference in a new issue