CommandBuilderLike
CommandBuilderLike
Type representing command builder objects supported by CommandKit.
Signature
type CommandBuilderLike = | SlashCommandBuilder
  | ContextMenuCommandBuilder
  | Record<string, any>
Type representing command builder objects supported by CommandKit.
type CommandBuilderLike = | SlashCommandBuilder
  | ContextMenuCommandBuilder
  | Record<string, any>