Skip to main content
Go to Latest
interface DiscordApplicationCommandOption
Re-export
import { type DiscordApplicationCommandOption } from "https://deno.land/x/discordeno@13.0.0-rc45/template/beginner/deps.ts";

Properties

Value of Application Command Option Type

name: string

1-32 character name matching lowercase ^[\w-]{1,32}$

description: string

1-100 character description

optional
required: boolean

If the parameter is required or optional--default false

Choices for string and int types for the user to pick from

If the option is a subcommand or subcommand group type, this nested options will be the parameters

optional
autocomplete: boolean

if autocomplete interactions are enabled for this String, Integer, or Number type option

optional
channel_types: ChannelTypes[]

If the option is a channel type, the channels shown will be restricted to these types

optional
min_value: number

Minimum number desired.

optional
max_value: number

Maximum number desired.