import { type ModifyGuildMember } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/mod.ts";
Properties
Array of role ids the member is assigned. Requires the MANAGE_ROLES
permission
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
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
Id of channel to move user to (if they are connected to voice). Requires the MOVE_MEMBERS
permission