Skip to main content
Module

x/wackford/discordeno.ts>editRole

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

Edits a role in a guild.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to edit the role in.
roleId: BigString
  • The ID of the role to edit.
options: EditGuildRole
  • The parameters for the edit of the role.

Returns

Promise<Role>

An instance of the edited Role.