Skip to main content
Latest
interface ModifyGuildRole
import { type ModifyGuildRole } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
name: string | null

Name of the role

optional
permissions: PermissionStrings[] | null

Bitwise value of the enabled/disabled permissions

optional
color: number | null

RGB color value

optional
hoist: boolean | null

Whether the role should be displayed seperately in the sidebar

optional
mentionable: boolean | null

Whether the role should be mentionable