ApplicationCommandOption

Options for the ApplicationCommand.

Properties

Parameter

Type

Required

Description

type

true

The type of this application command.

name

string

true

This option's name.

description

string

true

This option's description.

default

bool

false

The default propperty of this option.

required

bool

false

If this is true, the option can be left out.

choices

false

The available choices for this option.

options

false

The child options.

Last updated

Was this helpful?