Skip to main content
Module

x/discordeno/mod.ts>CreateGuildRole

Discord API library for Deno
Latest
interface CreateGuildRole
import { type CreateGuildRole } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

optional
name: string

Name of the role, max 100 characters, default: "new role"

optional
permissions: PermissionStrings[]

Bitwise value of the enabled/disabled permissions, default: everyone permissions in guild

optional
color: number

RGB color value, default: 0

optional
hoist: boolean

Whether the role should be displayed separately in the sidebar, default: false

optional
mentionable: boolean

Whether the role should be mentionable, default: false

optional
unicodeEmoji: string

The role's unicode emoji (if the guild has the ROLE_ICONS feature)

optional
icon: string

the role's icon image (if the guild has the ROLE_ICONS feature)