Compare commits

..

2 commits

Author SHA1 Message Date
Nelly (automation bot)
fec1e3f1d7 Automated spec update (233093) 2026-06-23 18:05:44 +00:00
Nelly (automation bot)
75712b98fe Automated spec update (232885) 2026-06-23 03:33:53 +00:00
2 changed files with 22 additions and 0 deletions

View file

@ -26862,6 +26862,11 @@
"description": "guild has disabled activity alerts in the configured safety alerts channel",
"const": "RAID_ALERTS_DISABLED"
},
{
"title": "PRUNE_REQUIRES_ADMIN",
"description": "guild has restricted member prune to administrators and the guild owner",
"const": "PRUNE_REQUIRES_ADMIN"
},
{
"title": "ROLE_ICONS",
"description": "guild is able to set role icons",
@ -32218,6 +32223,12 @@
],
"maxLength": 1024
},
"is_spoiler": {
"type": [
"boolean",
"null"
]
},
"is_remix": {
"type": [
"boolean",

View file

@ -26881,6 +26881,11 @@
"description": "guild has disabled activity alerts in the configured safety alerts channel",
"const": "RAID_ALERTS_DISABLED"
},
{
"title": "PRUNE_REQUIRES_ADMIN",
"description": "guild has restricted member prune to administrators and the guild owner",
"const": "PRUNE_REQUIRES_ADMIN"
},
{
"title": "ROLE_ICONS",
"description": "guild is able to set role icons",
@ -32237,6 +32242,12 @@
],
"maxLength": 1024
},
"is_spoiler": {
"type": [
"boolean",
"null"
]
},
"is_remix": {
"type": [
"boolean",