Skip to main content
Module

x/wackford/discordeno.ts>DiscordApplicationCommandPermissions

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
interface DiscordApplicationCommandPermissions
import { type DiscordApplicationCommandPermissions } from "https://deno.land/x/wackford@v0.0.6/discordeno.ts";

Properties

id: string

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

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

permission: boolean

true to allow, false, to disallow