Commands
Defined in index, you can import them from it.
Command
Commandproperty name
type annotation
callback: (client: Client, interaction: any, options: CallbackOptions) => Promise<void>;CallbackOptions
CallbackOptionsproperty name
type annotation
Has an alias called CommandOptions defined in engine. Can be imported from engine instead of index
CommandOptions
CommandOptionsimport { CommandOptions } from "index"Last updated