Type alias InteractionCallback

InteractionCallback: ((inter: APIInteraction, ...options: any[]) => Promise<APIInteractionResponse> | APIInteractionResponse)

Type declaration

    • (inter: APIInteraction, ...options: any[]): Promise<APIInteractionResponse> | APIInteractionResponse
    • Parameters

      Returns Promise<APIInteractionResponse> | APIInteractionResponse

Generated using TypeDoc