Skip to main content
Module

x/wackford/discordeno.ts>removeRole

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function removeRole
import { removeRole } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";

Removes a role from a member.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild the member to remove the role from is in.
userId: BigString
  • The user ID of the member to remove the role from.
roleId: BigString
  • The ID of the role to remove from the member.
optional
reason: string