Skip to main content

CommandBuilderLike

CommandBuilderLike

Type representing command builder objects supported by CommandKit.

Signature
type CommandBuilderLike = | SlashCommandBuilder
| ContextMenuCommandBuilder
| Record<string, any>