Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/src/structures/guild/Member.ts>default#removeRole

A Deno library to interface with the Discord API
Latest
method default.prototype.removeRole
import { default } from "https://deno.land/x/aether@v0.0.3/src/structures/guild/Member.ts";

Method to remove a role from the user

Parameters

roleID: string

ID of the role

Returns

Promise<void>

Promise