Skip to main content
Version: 1.x

CommandBuilderLike

CommandBuilderLike​

Type representing command builder objects supported by CommandKit.

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