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.namedescription
description: APIApplicationCommand;Inherited from
Pick.descriptionname_localizations
name_localizations: APIApplicationCommand;Inherited from
Pick.name_localizationsdescription_localizations
description_localizations: APIApplicationCommand;Inherited from
Pick.description_localizations