Skip to main content
Module

x/discordeno/mod.ts>editRole

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