Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/src/structures/guild/Role.ts>default

A Deno library to interface with the Discord API
Go to Latest
class default
extends Base
import { default } from "https://deno.land/x/aether@v0.0.1-beta/src/structures/guild/Role.ts";

Constructors

new
default(
data: any,
guild: Guild,
client: Client,
)

Properties

color: string
guild: Guild
hoist: boolean
mentionable: boolean
name: string
permissions: Permission
position: number