Skip to main content

Enum GuildFeature

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
[Flags]
public enum GuildFeature

Fields​

None​

The guild has no features.

View Source​
Declaration
None = 0

AnimatedIcon​

The guild has access to set an animated guild icon.

View Source​
Declaration
AnimatedIcon = 1

The guild has access to set a guild banner image.

View Source​
Declaration
Banner = 2

Commerce​

The guild has access to use commerce features (i.e. create store channels).

View Source​
Declaration
Commerce = 4

Community​

The guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates.

View Source​
Declaration
Community = 8

Discoverable​

The guild is able to be discovered in the directory.

View Source​
Declaration
Discoverable = 16

Featureable​

The guild is able to be featured in the directory.

View Source​
Declaration
Featureable = 32

InviteSplash​

The guild has access to set an invite splash background.

View Source​
Declaration
InviteSplash = 64

MemberVerificationGateEnabled​

The guild has enabled Membership Screening.

View Source​
Declaration
MemberVerificationGateEnabled = 128

MonetizationEnabled​

The guild has enabled monetization.

View Source​
Declaration
MonetizationEnabled = 256

MoreStickers​

The guild has increased custom sticker slots.

View Source​
Declaration
MoreStickers = 512

News​

The guild has access to create news channels.

View Source​
Declaration
News = 1024

Partnered​

The guild is partnered.

View Source​
Declaration
Partnered = 2048

PreviewEnabled​

The guild can be previewed before joining via Membership Screening or the directory.

View Source​
Declaration
PreviewEnabled = 4096

PrivateThreads​

The guild has access to create private threads.

View Source​
Declaration
PrivateThreads = 8192

RoleIcons​

The guild is able to set role icons.

View Source​
Declaration
RoleIcons = 16384

SevenDayThreadArchive​

The guild has access to the seven day archive time for threads.

View Source​
Declaration
SevenDayThreadArchive = 32768

ThreeDayThreadArchive​

The guild has access to the three day archive time for threads.

View Source​
Declaration
ThreeDayThreadArchive = 65536

TicketedEventsEnabled​

The guild has enabled ticketed events.

View Source​
Declaration
TicketedEventsEnabled = 131072

VanityUrl​

The guild has access to set a vanity URL.

View Source​
Declaration
VanityUrl = 262144

Verified​

The guild is verified.

View Source​
Declaration
Verified = 524288

VIPRegions​

The guild has access to set 384kbps bitrate in voice (previously VIP voice servers).

View Source​
Declaration
VIPRegions = 1048576

WelcomeScreenEnabled​

The guild has enabled the welcome screen.

View Source​
Declaration
WelcomeScreenEnabled = 2097152