GuildMemberEditOptions

interface GuildMemberEditOptions

Properties that can be changed on a guild member.

exported from lib.weeble.d

Properties

Property

Type

Description

channelId?

string | null

Voice channel to move the member to, or null to disconnect them.

communicationDisabledUntil?

Date | null

Timeout expiry, or null to remove the timeout.

deaf?

boolean

Whether the member is server deafened.

flags?

number

Guild member flags.

mute?

boolean

Whether the member is server muted.

nick?

string | null

Guild nickname, or null to remove it.

reason?

string

Audit-log reason for the change.

roles?

string[]

Complete set of role IDs assigned to the member.