mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
Closes #1561
This commit is contained in:
@@ -38,6 +38,9 @@ export enum DiscordGuildFeatures {
|
||||
MonetizationEnabled = "MONETIZATION_ENABLED",
|
||||
/** Guild has increased custom sticker slots */
|
||||
MoreStickers = "MORE_STICKERS",
|
||||
ThreeDayThreadArchive = "THREE_DAY_THREAD_ARCHIVE",
|
||||
SevenDayThreadArchive = "SEVEN_DAY_THREAD_ARCHIVE",
|
||||
PrivateThreads = "PRIVATE_THREADS",
|
||||
}
|
||||
|
||||
export type GuildFeatures = DiscordGuildFeatures;
|
||||
|
||||
Reference in New Issue
Block a user