Exception Handler Impl
Functions
Link copied to clipboard
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: ModalInteractionEvent)
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: ButtonInteractionEvent)
open override fun onException(ex: Throwable, command: MessageCommand, event: MessageContextInteractionEvent)
open override fun onException(ex: Throwable, command: UserCommand, event: UserContextInteractionEvent)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onTimeoutCancellationException(ex: TimeoutCancellationException, event: SlashCommandInteractionEvent, timeout: Duration)
Link copied to clipboard