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

x/wackford/discordeno.ts>createRole

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

Creates 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 create the role in.
  • The parameters for the creation of the role.
optional
reason: string

Returns

Promise<Role>

An instance of the created Role.