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

x/coward/src/Client.ts>Options.modifyRole

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
interface Options.modifyRole
import { type Options } from "https://deno.land/x/coward@v0.1.0/src/Client.ts";
const { modifyRole } = Options;

Properties

optional
name: string
optional
color: number
optional
hoist: boolean
optional
mentionable: boolean