Skip to main content

ModifyGuild

@discordeno/botDocs


Documentation / @discordeno/bot / ModifyGuild

Interface: ModifyGuild

https://discord.com/developers/docs/resources/guild#modify-guild

Properties

afkChannelId?

optional afkChannelId: null | BigString

Id for afk channel

Defined in

packages/types/dist/types/discordeno.d.ts:1159


afkTimeout?

optional afkTimeout: number

Afk timeout in seconds

Defined in

packages/types/dist/types/discordeno.d.ts:1161


optional banner: null | string

Base64 16:9 png/jpeg image for the guild banner (when the server has BANNER feature)

Defined in

packages/types/dist/types/discordeno.d.ts:1171


defaultMessageNotifications?

optional defaultMessageNotifications: null | DefaultMessageNotificationLevels

Default message notification filter level

Defined in

packages/types/dist/types/discordeno.d.ts:1155


discoverySplash?

optional discoverySplash: null | string

Base64 16:9 png/jpeg image for the guild discovery spash (when the server has the DISCOVERABLE feature)

Defined in

packages/types/dist/types/discordeno.d.ts:1169


explicitContentFilter?

optional explicitContentFilter: null | ExplicitContentFilterLevels

Explicit content filter level

Defined in

packages/types/dist/types/discordeno.d.ts:1157


features?

optional features: GuildFeatures[]

Enabled guild features

Defined in

packages/types/dist/types/discordeno.d.ts:1183


icon?

optional icon: null | string

Base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the server has the ANIMATED_ICON feature)

Defined in

packages/types/dist/types/discordeno.d.ts:1163


name?

optional name: string

Guild name

Defined in

packages/types/dist/types/discordeno.d.ts:1151


ownerId?

optional ownerId: BigString

User id to transfer guild ownership to (must be owner)

Defined in

packages/types/dist/types/discordeno.d.ts:1165


preferredLocale?

optional preferredLocale: null | string

The preferred locale of a Community guild used in server discovery and notices from Discord; defaults to "en-US"

Defined in

packages/types/dist/types/discordeno.d.ts:1181


premiumProgressBarEnabled?

optional premiumProgressBarEnabled: boolean

Whether the guild's boost progress bar should be enabled

Defined in

packages/types/dist/types/discordeno.d.ts:1185


publicUpdatesChannelId?

optional publicUpdatesChannelId: null | BigString

The id of the channel where admins and moderators of Community guilds receive notices from Discord

Defined in

packages/types/dist/types/discordeno.d.ts:1179


rulesChannelId?

optional rulesChannelId: null | BigString

The id of the channel where Community guilds display rules and/or guidelines

Defined in

packages/types/dist/types/discordeno.d.ts:1177


splash?

optional splash: null | string

Base64 16:9 png/jpeg image for the guild splash (when the server has INVITE_SPLASH feature)

Defined in

packages/types/dist/types/discordeno.d.ts:1167


systemChannelFlags?

optional systemChannelFlags: SystemChannelFlags

System channel flags

Defined in

packages/types/dist/types/discordeno.d.ts:1175


systemChannelId?

optional systemChannelId: null | BigString

The id of the channel where guild notices such as welcome messages and boost events are posted

Defined in

packages/types/dist/types/discordeno.d.ts:1173


verificationLevel?

optional verificationLevel: null | VerificationLevels

Verification level

Defined in

packages/types/dist/types/discordeno.d.ts:1153