- SlashOption(
options:
| SlashCommandAttachmentOption
| SlashCommandBooleanOption
| SlashCommandChannelOption
| SlashCommandIntegerOption
| SlashCommandMentionableOption
| SlashCommandNumberOption
| SlashCommandRoleOption
| SlashCommandStringOption
| SlashCommandUserOption,
transformer?: TransformerFunction,
): ParameterDecoratorEx Parameters
- options:
| SlashCommandAttachmentOption
| SlashCommandBooleanOption
| SlashCommandChannelOption
| SlashCommandIntegerOption
| SlashCommandMentionableOption
| SlashCommandNumberOption
| SlashCommandRoleOption
| SlashCommandStringOption
| SlashCommandUserOption Optional
transformer: TransformerFunction
- SlashOption<T extends string, TD extends string>(
options: SlashOptionOptions<VerifyName<T>, NotEmpty<TD>>,
transformer?: TransformerFunction,
): ParameterDecoratorEx Type Parameters
- T extends string
- TD extends string
Add a slash command option
Param: options
Slash option options
View Documentation