- Preparing search index...
- The search index is not available
pure-cat
Handler
<T>: ((interaction
: CommandInteraction, bot
: Bot<T>) => Promise<void> | void)
Type Parameters
Type declaration
-
- (interaction: CommandInteraction, bot: Bot<T>): Promise<void> | void
-
Parameters
-
interaction: CommandInteraction
-
bot: Bot<T>
Returns Promise<void> | void