Skip to main content
Module

x/discordeno/mod.ts>editMember

Discord API library for Deno
Latest
function editMember
import { editMember } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Edits a member's properties.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to edit the member of.
userId: BigString
  • The user ID of the member to edit.
options: ModifyGuildMember
  • The parameters for the edit of the user.

Returns

Promise<Member>