레퍼런스
classes
SubCommandGroupChild

@pikokr/command.ts / Exports / SubCommandGroupChild

Class: SubCommandGroupChild

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SubCommandGroupChild(options, parent): SubCommandGroupChild

Parameters

NameType
optionsOmit<ApplicationCommandSubGroupData, "type" | "options">
parentSubCommandGroup

Returns

SubCommandGroupChild

Defined in

src/applicationCommand/group.ts:27 (opens in a new tab)

Properties

options

options: Omit<ApplicationCommandSubGroupData, "type" | "options">

Defined in

src/applicationCommand/group.ts:28 (opens in a new tab)


parent

parent: SubCommandGroup

Defined in

src/applicationCommand/group.ts:29 (opens in a new tab)

Methods

command

command(options): MethodDecorator

Parameters

NameType
optionsOmit<ChatInputApplicationCommandData, "type" | "options">

Returns

MethodDecorator

Defined in

src/applicationCommand/group.ts:32 (opens in a new tab)