Skip to main content
Module

x/natico/mod.ts>DiscordenoApplicationCommandPermission

A powerful and customizable framework for Discordeno
Latest
interface DiscordenoApplicationCommandPermission
import { type DiscordenoApplicationCommandPermission } from "https://deno.land/x/natico@4.0.0-pre.4/mod.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