Exception Handler
Functions
Link copied to clipboard
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
abstract fun onException(ex: Throwable, command: MessageCommand, event: MessageContextInteractionEvent)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun onTimeoutCancellationException(ex: TimeoutCancellationException, event: SlashCommandInteractionEvent, timeout: Duration)
Link copied to clipboard