Guild
Documentation / @discordeno/bot / Guild
Interface: Guild
Defined in: transformers/types.ts:793
Properties
afkChannelId?
optionalafkChannelId:bigint
Defined in: transformers/types.ts:861
Id of afk channel
afkTimeout
afkTimeout:
number
Defined in: transformers/types.ts:799
Afk timeout in seconds
applicationId?
optionalapplicationId:bigint
Defined in: transformers/types.ts:869
Application id of the guild creator if it is bot-created
approximateMemberCount?
optionalapproximateMemberCount:number
Defined in: transformers/types.ts:839
Approximate number of members in this guild, returned from the GET /guilds/id endpoint when with_counts is true
approximatePresenceCount?
optionalapproximatePresenceCount:number
Defined in: transformers/types.ts:841
Approximate number of non-offline members in this guild, returned from the GET /guilds/id endpoint when with_counts is true
banner?
optionalbanner:bigint
Defined in: transformers/types.ts:887
Banner hash
channels
channels:
Collection<bigint,Channel>
Defined in: transformers/types.ts:881
Channels in the guild
defaultMessageNotifications
defaultMessageNotifications:
DefaultMessageNotificationLevels
Defined in: transformers/types.ts:805
Default message notifications level
description?
optionaldescription:string
Defined in: transformers/types.ts:827
The description of a guild
discoverySplash?
optionaldiscoverySplash:bigint
Defined in: transformers/types.ts:855
Discovery splash hash; only present for guilds with the "DISCOVERABLE" feature
emojis
emojis:
Collection<bigint,Emoji>
Defined in: transformers/types.ts:867
Custom guild emojis
explicitContentFilter
explicitContentFilter:
ExplicitContentFilterLevels
Defined in: transformers/types.ts:807
Explicit content filter level
features
features: (
"animatedBanner"|"animatedIcon"|"applicationCommandPermissionsV2"|"autoModeration"|"banner"|"community"|"creatorMonetizableProvisional"|"creatorStorePage"|"developerSupportServer"|"discoverable"|"featurable"|"invitesDisabled"|"inviteSplash"|"memberVerificationGateEnabled"|"moreSoundboard"|"moreStickers"|"news"|"partnered"|"previewEnabled"|"raidAlertsDisabled"|"roleIcons"|"roleSubscriptionsAvailableForPurchase"|"roleSubscriptionsEnabled"|"ticketedEventsEnabled"|"vanityUrl"|"verified"|"vipRegions"|"welcomeScreenEnabled"|"guestsEnabled"|"guildTags"|"enhancedRoleColors")[]
Defined in: transformers/types.ts:809
Enabled guild features
icon?
optionalicon:bigint
Defined in: transformers/types.ts:849
Icon hash
iconHash?
optionaliconHash:bigint
Defined in: transformers/types.ts:851
Icon hash, returned when in the template object
id
id:
bigint
Defined in: transformers/types.ts:847
Guild id
incidentsData
incidentsData:
IncidentsData
Defined in: transformers/types.ts:901
The incidents data for this guild
joinedAt?
optionaljoinedAt:number
Defined in: transformers/types.ts:875
When this guild was joined at
large?
optionallarge:boolean
Defined in: transformers/types.ts:815
True if this is considered a large guild
maxMembers?
optionalmaxMembers:number
Defined in: transformers/types.ts:823
The maximum number of members for the guild
maxPresences?
optionalmaxPresences:number
Defined in: transformers/types.ts:821
The maximum number of presences for the guild (the default value, currently 25000, is in effect when null is returned)
maxStageVideoChannelUsers?
optionalmaxStageVideoChannelUsers:number
Defined in: transformers/types.ts:837
Maximum amount of users in a stage video channel
maxVideoChannelUsers?
optionalmaxVideoChannelUsers:number
Defined in: transformers/types.ts:835
The maximum amount of users in a video channel
memberCount
memberCount:
number
Defined in: transformers/types.ts:819
Total number of members in this guild
members
members:
Collection<bigint,Member>
Defined in: transformers/types.ts:879
Users in the guild
mfaLevel
mfaLevel:
MfaLevels
Defined in: transformers/types.ts:811
Required MFA level for the guild
name
name:
string
Defined in: transformers/types.ts:795
Guild name (2-100 characters, excluding trailing and leading whitespace)
nsfwLevel
nsfwLevel:
GuildNsfwLevel
Defined in: transformers/types.ts:843
Guild NSFW level
owner?
optionalowner:boolean
Defined in: transformers/types.ts:797
True if the user is the owner of the guild
ownerId
ownerId:
bigint
Defined in: transformers/types.ts:857
Id of the owner
permissions
permissions:
bigint
Defined in: transformers/types.ts:859
Total permissions for the user in the guild (excludes overwrites and implicit permissions)
preferredLocale
preferredLocale:
string
Defined in: transformers/types.ts:889
The preferred locale of a Community guild; used in server discovery and notices from Discord; defaults to "en-US"
premiumProgressBarEnabled
premiumProgressBarEnabled:
boolean
Defined in: transformers/types.ts:845
Whether the guild has the boost progress bar enabled
premiumSubscriptionCount?
optionalpremiumSubscriptionCount:number
Defined in: transformers/types.ts:833
The number of boosts this guild currently has
premiumTier
premiumTier:
PremiumTiers
Defined in: transformers/types.ts:831
Premium tier (Server Boost level)
presences?
optionalpresences:PresenceUpdate[]
Defined in: transformers/types.ts:885
Presences of the members in the guild, will only include non-offline members if the size is greater than large threshold
publicUpdatesChannelId?
optionalpublicUpdatesChannelId:bigint
Defined in: transformers/types.ts:891
The id of the channel where admins and moderators of Community guilds receive notices from Discord
roles
roles:
Collection<bigint,Role>
Defined in: transformers/types.ts:865
Roles in the guild
rulesChannelId?
optionalrulesChannelId:bigint
Defined in: transformers/types.ts:873
The id of the channel where community guilds can display rules and/or guidelines
safetyAlertsChannelId?
optionalsafetyAlertsChannelId:bigint
Defined in: transformers/types.ts:899
The id of the channel where admins and moderators of Community guilds receive safety alerts from Discord
shardId
shardId:
number
Defined in: transformers/types.ts:829
splash?
optionalsplash:bigint
Defined in: transformers/types.ts:853
Splash hash
stageInstances?
optionalstageInstances:StageInstance[]
Defined in: transformers/types.ts:895
Stage instances in the guild
stickers?
optionalstickers:Collection<bigint,Sticker>
Defined in: transformers/types.ts:897
Custom guild stickers
systemChannelFlags
systemChannelFlags:
SystemChannelFlags
Defined in: transformers/types.ts:813
System channel flags
systemChannelId?
optionalsystemChannelId:bigint
Defined in: transformers/types.ts:871
The id of the channel where guild notices such as welcome messages and boost events are posted
threads
threads:
Collection<bigint,Channel>
Defined in: transformers/types.ts:883
All active threads in the guild that the current user has permission to view
toggles
toggles:
GuildToggles
Defined in: transformers/types.ts:828
unavailable?
optionalunavailable:boolean
Defined in: transformers/types.ts:817
True if this guild is unavailable due to an outage
vanityUrlCode?
optionalvanityUrlCode:string
Defined in: transformers/types.ts:825
The vanity url code for the guild
verificationLevel
verificationLevel:
VerificationLevels
Defined in: transformers/types.ts:803
Verification level required for the guild
voiceStates
voiceStates:
Collection<bigint,VoiceState>
Defined in: transformers/types.ts:877
States of members currently in voice channels; lacks the guild_id key
welcomeScreen?
optionalwelcomeScreen:WelcomeScreen
Defined in: transformers/types.ts:893
The welcome screen of a Community guild, shown to new members, returned in an Invite's guild object
widgetChannelId?
optionalwidgetChannelId:bigint
Defined in: transformers/types.ts:863
The channel id that the widget will generate an invite to, or null if set to no invite
widgetEnabled?
optionalwidgetEnabled:boolean
Defined in: transformers/types.ts:801
True if the server widget is enabled