Results

Namespace

Type

Feature flags conditionally set on a discord.Guild

Flags are set when guilds have special features enabled, they cannot be changed.

Index

Enumeration members

ANIMATED_ICON

ANIMATED_ICON: = "ANIMATED_ICON"

A feature flag that allows the discord.Guild.icon to be an animated gif.

BANNER

BANNER: = "BANNER"

A feature flag that enables a banner (discord.Guild.banner) to be displayed over the channel list in your guild.

COMMERCE

COMMERCE: = "COMMERCE"

A feature flag that enables store channels on the guild.

COMMUNITY

COMMUNITY: = "COMMUNITY"

A feature flag set when the guild admins have set to a Community server.

When this flag is enabled, the welcome screen, membership screening, discovery, and the ability to receive community updates are unlocked.

DISCOVERABLE

DISCOVERABLE: = "DISCOVERABLE"

A feature flag that elects a guild to be shown on the "Server Discovery" page of Discord.

FEATURABLE

FEATURABLE: = "FEATURABLE"

A feature flag that (presumably) allows the guild to be featured around the Discord client.

INVITE_SPLASH

INVITE_SPLASH: = "INVITE_SPLASH"

A feature that enables the guild to set a invite background/splash image (discord.Guild.splash).

MEMBER_VERIFICATION_GATE_ENABLED

MEMBER_VERIFICATION_GATE_ENABLED: = "MEMBER_VERIFICATION_GATE_ENABLED"

A feature flag set when the guild admins have enabled membership screening.

NEWS

NEWS: = "NEWS"

A feature flag that enables announcements channels on the guild.

PARTNERED

PARTNERED: = "PARTNERED"

A feature flag set if the guild is owned by a partner.

PREVIEW_ENABLED

PREVIEW_ENABLED: = "PREVIEW_ENABLED"

A feature flag set when the guild may be previewed before joining via membership screening or the server directory.

PUBLIC

PUBLIC: = "PUBLIC"

A feature flag set if the guild is considered a public guild. Public guilds can set the following properties on a guild:

VANITY_URL

VANITY_URL: = "VANITY_URL"

A feature that allows the guild to set a custom vanity invite code (discord.Guild.vanityUrlCode).

VERIFIED

VERIFIED: = "VERIFIED"

A feature flag set if the Discord server is verified.

VIP_REGIONS

VIP_REGIONS: = "VIP_REGIONS"

A feature that (used to) grant access to an extended set of discord.Guild.Region regions.

Note: This flag is defunct, as VIP regions have been removed.

WELCOME_SCREEN_ENABLED

WELCOME_SCREEN_ENABLED: = "WELCOME_SCREEN_ENABLED"

A feature flag set when the guild admins have enabled the guild welcome screen.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc