YorSlashCommand
YorSlashCommand
context
: AutocompleteCommandContext
) => void
| Promise
<void
>
context
): void
| Promise
<void
>
Name | Type |
---|---|
context | AutocompleteCommandContext |
void
| Promise
<void
>
SlashCommandBuilder
| SlashCommandSubcommandsOnlyBuilder
| Omit
<SlashCommandBuilder
, "addSubcommand"
| "addSubcommandGroup"
>
context
: CommandContext
) => void
| Promise
<void
>
context
): void
| Promise
<void
>
Name | Type |
---|---|
context | CommandContext |
void
| Promise
<void
>