refactor(types)!: remove PRIVATE_THREADS guild feature (#2974)

Closes: https://github.com/discordeno/discordeno/issues/2847
This commit is contained in:
ITOH
2023-04-05 20:45:53 +02:00
committed by GitHub
parent 32fe8b8d88
commit 60d1c2d3eb

View File

@@ -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. */