Skip to content

CommandData

Defined in: package/src/types.ts:24

Data to upload the command

Extends

  • Pick<APIApplicationCommand, | "name" | "description" | "name_localizations" | "description_localizations">

Properties

name

name: APIApplicationCommand;

Inherited from

Pick.name

description

description: APIApplicationCommand;

Inherited from

Pick.description

name_localizations

name_localizations: APIApplicationCommand;

Inherited from

Pick.name_localizations

description_localizations

description_localizations: APIApplicationCommand;

Inherited from

Pick.description_localizations