interface GuildEditOptions

export interface GuildEditOptions

The data for editing a guild.

optional
afkChannel? : VoiceChannelResolvable | null

The AFK channel of the guild

optional
afkTimeout? : number

The AFK timeout of the guild

The banner of the guild

optional
defaultMessageNotifications? : GuildDefaultMessageNotifications | null

The default message notification level of the guild

optional
description? : string | null

The discovery description of the guild

optional
discoverySplash? : BufferResolvable | Base64Resolvable | null

The discovery splash image of the guild

optional
explicitContentFilter? : GuildExplicitContentFilter | null

The level of the explicit content filter

optional
features? : `${GuildFeature}`[]

The features of the guild

The icon of the guild

optional
name? : string

The name of the guild

optional
owner? : GuildMemberResolvable

The owner of the guild

optional
preferredLocale? : Locale | null

The preferred locale of the guild

optional
premiumProgressBarEnabled? : boolean

Whether the guild's premium progress bar is enabled

optional
publicUpdatesChannel? : TextChannelResolvable | null

The community updates channel of the guild

optional
reason? : string

Reason for editing this guild

optional
rulesChannel? : TextChannelResolvable | null

The rules channel of the guild

optional
safetyAlertsChannel? : TextChannelResolvable | null

The safety alerts channel of the guild

optional
splash? : BufferResolvable | Base64Resolvable | null

The invite splash image of the guild

optional
systemChannel? : TextChannelResolvable | null

The system channel of the guild

optional
systemChannelFlags? : SystemChannelFlagsResolvable

The system channel flags of the guild

optional
verificationLevel? : GuildVerificationLevel | null

The verification level of the guild