GuildEditOptions

interface GuildEditOptions

Properties that can be changed with Guild.edit.

exported from lib.weeble.d

Properties

Property

Type

Description

afkChannelId?

string | null

AFK voice channel ID, or null to remove it.

afkTimeout?

number

AFK timeout in seconds.

banner?

string | null

Base64-encoded guild banner, or null to remove it.

defaultMessageNotifications?

number

Default notification level for new messages.

description?

string | null

Server description, or null to remove it.

explicitContentFilter?

number

Explicit-content filter level.

icon?

string | null

Base64-encoded guild icon, or null to remove it.

name?

string

Server name.

preferredLocale?

string

Preferred Discord locale.

premiumProgressBarEnabled?

boolean

Whether the boost progress bar is enabled.

publicUpdatesChannelId?

string | null

Community updates channel ID, or null to remove it.

reason?

string

Audit-log reason for the change.

rulesChannelId?

string | null

Community rules channel ID, or null to remove it.

systemChannelId?

string | null

System messages channel ID, or null to remove it.

verificationLevel?

number

Verification level required to participate.