Skip to main content
Latest
interface DiscordenoApplicationCommandPermission
import { type DiscordenoApplicationCommandPermission } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

id: bigint

The id of the command

applicationId: bigint

The id of the application to command belongs to

guildId: bigint

The id of the guild

permissions: { id: bigint; type: ApplicationCommandPermissionTypes; permission: boolean; }[]

The permissions for the command in the guild