diff --git a/specs/openapi.json b/specs/openapi.json index c1dccd9..869ef25 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index a855b5a..d3b3712 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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",