Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
interface Command
import { type Command } from "https://deno.land/x/discordeno@17.0.0/template/minimal/src/commands/mod.ts";

Properties

name: string
description: string
optional
usage: string[]
optional
options: ApplicationCommandOption[]
type: ApplicationCommandTypes
optional
scope: "Global" | "Guild"

Defaults to Guild

execute: (bot: Bot, interaction: Interaction) => unknown
optional
subcommands: Array<subCommandGroup | subCommand>