Module

x/discordeno/helpers/mod.ts>getRoles

Discord API library for Deno
Go to Latest
function getRoles
import { getRoles } from "https://dotland.deno.dev/x/discordeno@17.0.0/helpers/mod.ts";

Gets the list of roles for a guild.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to get the list of roles for.

Returns

Promise<Collection<bigint, Role>>

A collection of {@link Role} objects assorted by role ID.