mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
refactor(types)!: remove PRIVATE_THREADS guild feature (#2974)
Closes: https://github.com/discordeno/discordeno/issues/2847
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user