import { type DiscordApplicationCommand } from "https://deno.land/x/discordeno@13.0.0-rc45/template/bigbot/deps.ts";
Properties
optional
options: DiscordApplicationCommandOption[]The parameters for the command
Whether the command is enbaled by default when the app is added to a guild
optional
type: ApplicationCommandTypesThe type of command. By default this is a application command(ChatInput).