handle
open fun handle(@NotNull event: @NotNull MessageReceivedEvent, @NotNull throwable: @NotNull Throwable)(source)
open fun handle(@NotNull event: @NotNull SlashCommandInteractionEvent, @NotNull throwable: @NotNull Throwable)(source)
open fun handle(@NotNull event: @NotNull MessageContextInteractionEvent, @NotNull throwable: @NotNull Throwable)(source)
open fun handle(@NotNull event: @NotNull UserContextInteractionEvent, @NotNull throwable: @NotNull Throwable)(source)
open fun handle(@NotNull event: @NotNull ModalInteractionEvent, @NotNull throwable: @NotNull Throwable)(source)
open fun handle(@NotNull event: @NotNull ButtonInteractionEvent, @NotNull throwable: @NotNull Throwable)(source)