Automated spec update (232885)

This commit is contained in:
Nelly (automation bot) 2026-06-23 03:33:53 +00:00
parent 950380f96a
commit 75712b98fe
2 changed files with 10 additions and 0 deletions

View file

@ -26862,6 +26862,11 @@
"description": "guild has disabled activity alerts in the configured safety alerts channel", "description": "guild has disabled activity alerts in the configured safety alerts channel",
"const": "RAID_ALERTS_DISABLED" "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", "title": "ROLE_ICONS",
"description": "guild is able to set role icons", "description": "guild is able to set role icons",

View file

@ -26881,6 +26881,11 @@
"description": "guild has disabled activity alerts in the configured safety alerts channel", "description": "guild has disabled activity alerts in the configured safety alerts channel",
"const": "RAID_ALERTS_DISABLED" "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", "title": "ROLE_ICONS",
"description": "guild is able to set role icons", "description": "guild is able to set role icons",