From 60d1c2d3ebb69afc3eba44c6e8ea0815e86bbd52 Mon Sep 17 00:00:00 2001 From: ITOH Date: Wed, 5 Apr 2023 20:45:53 +0200 Subject: [PATCH] refactor(types)!: remove `PRIVATE_THREADS` guild feature (#2974) Closes: https://github.com/discordeno/discordeno/issues/2847 --- packages/types/src/shared.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/types/src/shared.ts b/packages/types/src/shared.ts index 809874ef5..4a1a71104 100644 --- a/packages/types/src/shared.ts +++ b/packages/types/src/shared.ts @@ -215,8 +215,6 @@ export enum GuildFeatures { TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', /** Guild has increased custom sticker slots */ MoreStickers = 'MORE_STICKERS', - /** Guild has access to create private threads */ - PrivateThreads = 'PRIVATE_THREADS', /** Guild is able to set role icons */ RoleIcons = 'ROLE_ICONS', /** Guild has role subscriptions that can be purchased. */