Skip to content

Commit 4c3c29c

Browse files
committed
feat: add PRUNE_REQUIRES_ADMIN guild feature
Ref: discord/discord-api-docs@488f24d
1 parent 373f7eb commit 4c3c29c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2713,6 +2713,7 @@ declare namespace Dysnomia {
27132713
"NEWS",
27142714
"PARTNERED",
27152715
"PREVIEW_ENABLED",
2716+
"PRUNE_REQUIRES_ADMIN",
27162717
"RAID_ALERTS_DISABLED",
27172718
"ROLE_ICONS",
27182719
"ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE",

lib/Constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ module.exports.GuildFeatures = [
353353
"NEWS",
354354
"PARTNERED",
355355
"PREVIEW_ENABLED",
356+
"PRUNE_REQUIRES_ADMIN",
356357
"RAID_ALERTS_DISABLED",
357358
"ROLE_ICONS",
358359
"ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE",

0 commit comments

Comments
 (0)