Skip to main content
Latest
interface ModifyGuildRolePayload
import { type ModifyGuildRolePayload } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

optional
name: string

name of the role

optional
permissions: Permission[]

bitwise value of the enabled/disabled permissions

optional
color: integer

RGB color value

optional
hoist: boolean

whether the role should be displayed separately in the sidebar

optional
mentionable: boolean

whether the role should be mentionable