Skip to main content
Version: Next

CommandBuilderLike

CommandBuilderLike

Type representing command builder objects supported by CommandKit.

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