Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface DiscordApplicationCommandPermissions
import { type DiscordApplicationCommandPermissions } from "https://deno.land/x/discordeno@17.0.0/types/discord.ts";

Properties

id: string

ID of the role, user, or channel. It can also be a permission constant

type: ApplicationCommandPermissionTypes

ApplicationCommandPermissionTypes.Role, ApplicationCommandPermissionTypes.User, or ApplicationCommandPermissionTypes.Channel

permission: boolean

true to allow, false, to disallow