Skip to content

SubCommandStructure

Extends

Properties

name

name: string

Inherited from

Base.name

Defined in

typings/application-command-options.ts:34


description

description: string

Inherited from

Base.description

Defined in

typings/application-command-options.ts:35


required?

optional required: boolean

Inherited from

Base.required

Defined in

typings/application-command-options.ts:36


type

type: SUB_COMMAND | SUB_COMMAND_GROUP

Overrides

Base.type

Defined in

typings/application-command-options.ts:48


options?

optional options: Structure[]

Defined in

typings/application-command-options.ts:49


name_localizations?

optional name_localizations: null | Record<Locale, string>

Inherited from

Base.name_localizations

Defined in

typings/localizations.ts:7


description_localizations?

optional description_localizations: null | Record<Locale, string>

Inherited from

Base.description_localizations

Defined in

typings/localizations.ts:8