Exception Handler Impl
Functions
on Exception
Link copied to clipboard
open override fun onException(ex: Exception, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
Content copied to clipboard
open override fun onException(ex: Exception, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
Content copied to clipboard
on Interaction Target Mismatch
Link copied to clipboard
open override fun onInteractionTargetMismatch(ex: InteractionTargetMismatch)
Content copied to clipboard
on Permission Lack Exception
Link copied to clipboard
open override fun onPermissionLackException(ex: PermissionsLackException)
Content copied to clipboard
wrap
Link copied to clipboard
open fun wrap(e: Exception, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
Content copied to clipboard
open fun wrap(e: Exception, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
Content copied to clipboard