import { getRoles } from "https://deno.land/x/discordeno@17.0.1/helpers/roles/getRoles.ts";
Gets the list of roles for a guild.
Returns
Promise<Collection<bigint, Role>>
A collection of Role objects assorted by role ID.
import { getRoles } from "https://deno.land/x/discordeno@17.0.1/helpers/roles/getRoles.ts";
Gets the list of roles for a guild.
A collection of Role objects assorted by role ID.