Skip to main content
Module

x/higa/mod.ts>GuildRoleOptions

A package to interract with the Discord API coded by myself
Go to Latest
interface GuildRoleOptions
import { type GuildRoleOptions } from "https://deno.land/x/higa@0.1.0-fix/mod.ts";

Properties

optional
name: string
optional
permissions: number
optional
color: number
optional
hoist: boolean
optional
icon: any
optional
unicode_emoji: boolean
optional
mentionable: boolean