handle

open fun handle(@Nullable event: @Nullable Event, throwable: Throwable)(source)
open fun handle(event: MessageReceivedEvent, throwable: Throwable)(source)
open fun handle(event: SlashCommandInteractionEvent, throwable: Throwable)(source)
open fun handle(event: UserContextInteractionEvent, throwable: Throwable)(source)
open fun handle(event: ModalInteractionEvent, throwable: Throwable)(source)
open fun handle(event: ButtonInteractionEvent, throwable: Throwable)(source)
open fun handle(event: StringSelectInteractionEvent, throwable: Throwable)(source)
open fun handle(event: EntitySelectInteractionEvent, throwable: Throwable)(source)