Skip to main content
Module

x/discordeno/mod.ts>editRole

Discord API library for Deno
Extremely Popular
Go to Latest
function editRole
import { editRole } from "https://deno.land/x/discordeno@17.2.0/mod.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.