Extremely Popular
Go to Latest
interface Command
import { type Command } from "https://dotland.deno.dev/x/discordeno@17.0.0/template/beginner/src/types/mod.ts";

Properties

name: string

The name of this command.

description: string

What does this command do?

type: ApplicationCommandTypes

The type of command this is.

optional
devOnly: boolean

Whether or not this command is for the dev server only.

optional
options: ApplicationCommandOption[]

The options for this command

execute: (bot: BotClient, interaction: Interaction) => unknown

This will be executed when the command is run.