import { editMember } from "https://deno.land/x/discordeno@17.0.1/helpers/members/editMember.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.