Enum GuildFeature
Assembly: Discord.Net.Core.dll​
View Source​
[Flags]
public enum GuildFeature
Fields​
None​
The guild has no features.
View Source​
None = 0
AnimatedIcon​
The guild has access to set an animated guild icon.
View Source​
AnimatedIcon = 1
Banner​
The guild has access to set a guild banner image.
View Source​
Banner = 2
Commerce​
The guild has access to use commerce features (i.e. create store channels).
View Source​
Commerce = 4
Community​
The guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates.
View Source​
Community = 8
Discoverable​
The guild is able to be discovered in the directory.
View Source​
Discoverable = 16
Featureable​
The guild is able to be featured in the directory.
View Source​
Featureable = 32
InviteSplash​
The guild has access to set an invite splash background.
View Source​
InviteSplash = 64
MemberVerificationGateEnabled​
The guild has enabled Membership Screening.
View Source​
MemberVerificationGateEnabled = 128
MonetizationEnabled​
The guild has enabled monetization.
View Source​
MonetizationEnabled = 256
MoreStickers​
The guild has increased custom sticker slots.
View Source​
MoreStickers = 512
News​
The guild has access to create news channels.
View Source​
News = 1024
Partnered​
The guild is partnered.
View Source​
Partnered = 2048
PreviewEnabled​
The guild can be previewed before joining via Membership Screening or the directory.
View Source​
PreviewEnabled = 4096
PrivateThreads​
The guild has access to create private threads.
View Source​
PrivateThreads = 8192
RoleIcons​
The guild is able to set role icons.
View Source​
RoleIcons = 16384
SevenDayThreadArchive​
The guild has access to the seven day archive time for threads.
View Source​
SevenDayThreadArchive = 32768
ThreeDayThreadArchive​
The guild has access to the three day archive time for threads.
View Source​
ThreeDayThreadArchive = 65536
TicketedEventsEnabled​
The guild has enabled ticketed events.
View Source​
TicketedEventsEnabled = 131072
VanityUrl​
The guild has access to set a vanity URL.
View Source​
VanityUrl = 262144
Verified​
The guild is verified.
View Source​
Verified = 524288
VIPRegions​
The guild has access to set 384kbps bitrate in voice (previously VIP voice servers).
View Source​
VIPRegions = 1048576
WelcomeScreenEnabled​
The guild has enabled the welcome screen.
View Source​
WelcomeScreenEnabled = 2097152