on Exception
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: ModalInteractionEvent)
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
open override fun onException(ex: Throwable, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
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)