@pikokr/command.ts / Exports / SubCommandGroupChild
Class: SubCommandGroupChild
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new SubCommandGroupChild(options
, parent
): SubCommandGroupChild
Parameters
Name | Type |
---|---|
options | Omit <ApplicationCommandSubGroupData , "type" | "options" > |
parent | SubCommandGroup |
Returns
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
Name | Type |
---|---|
options | Omit <ChatInputApplicationCommandData , "type" | "options" > |
Returns
MethodDecorator