Type alias InteractionCallback
Interaction
Callback
: ((inter
: APIInteraction,
...options
: any[]) => Promise<APIInteractionResponse> | APIInteractionResponse)
Type declaration
-
- (inter: APIInteraction, ...options: any[]): Promise<APIInteractionResponse> | APIInteractionResponse
-
Returns Promise<APIInteractionResponse> | APIInteractionResponse