dispatch

abstract fun dispatch(context: CommandContext): CommandResult

Dispatches a command execution.

Platform adapters typically call this after receiving user input, providing a context that contains tokens and sender info.