Skip to main content
Module

x/natico/discordeno_deps.ts>ModifyGuildMember

A powerful and customizable framework for Discordeno
Latest
interface ModifyGuildMember
Re-export
import { type ModifyGuildMember } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";

Properties

optional
nick: string | null

Value to set users nickname to. Requires the MANAGE_NICKNAMES permission

optional
roles: bigint[] | null

Array of role ids the member is assigned. Requires the MANAGE_ROLES permission

optional
mute: boolean | null

Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the MUTE_MEMBERS permission

optional
deaf: boolean | null

Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel. Requires the MOVE_MEMBERS permission

optional
channelId: bigint | null

Id of channel to move user to (if they are connected to voice). Requires the MOVE_MEMBERS permission