Skip to main content
Module

x/harmony/deploy.ts>ApplicationCommandPartialBase

An easy to use Discord API Library for Deno.
Latest
interface ApplicationCommandPartialBase
import { type ApplicationCommandPartialBase } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Represents the Slash Command (Application Command) payload sent for creating/[bulk] editing.

Properties

name: string

Name of the Application Command

optional
description: string

Description of the Slash Command. Not applicable to Context Menu commands.

optional
options: T[]

Options (arguments, sub commands or group) of the Slash Command. Not applicable to Context Menu commands.

optional
type: T2

Type of the Application Command