on Exception
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
abstract fun onException(ex: Throwable, command: MessageCommand, event: MessageContextInteractionEvent)