DiscordGuild

Namespace: Discord

Inherits from

pageMinimalGuild

Properties

Name

Description

Type

Name

Name of the guild

string

Icon

The guild's icon

DiscordCDNImage

Splash

The splash image shown on invite popups

DiscordCDNImage

DiscoverySplash

The splash image shown on discovery

DiscordCDNImage

Unavailable

Whether the guild is currently unavailable or not

bool

NitroBoosts

The amount of people who have boosted the guild

uint?

Description

The guild's description

string

Region

The guild's region

string

VanityInvite

The guild's vanity code (example: 'fortnite')

string

VerificationLevel

The guild's verification level

GuildVerificationLevel

DefaultNotifications

The default notifications for the guild

GuildDefaultNotifications

PremiumTier

The guild's nitro boost level

GuildPremiumTier

Features

The guild's features

IReadOnlyList<string>

Roles

The guild's roles

IReadOnlyList<DiscordRole>

EveryoneRole

The server's @everyone role. This wraps Roles

DiscordRole

Emojis

The guild's emojis

IReadOnlyList<DiscordEmoji>

OwnerId

ID of the user that owns the guild

ulong

MfaRequired

Whether or not 2fa is required to chat in this guild

bool

SystemChannel

The guild's system channel (for join messages and stuff)

SystemChannelInformation

MaxMembers

The max members for the server. This is typically 250k

uint

MaxLivestreams

Max amount of Go Lives this server can host at once

uint

PreferredLanguage

The server's preferred language

DiscordLanguage?

RulesChannel

The channel containing rules

MinimalTextChannel?

PublicUpdates

The channel in which public updates will be posted

MinimalTextChannel?

Methods

Update

Updates the object's information.

Last updated