run

abstract suspend fun run(event: ChatInputCommandInteractionCreateEvent, cache: MutableStringKeyedMap<Any>)

Override this to implement the final calling logic, including creating the command context and running with it.