runsAsync

infix inline fun runsAsync(crossinline block: suspend CommandContext<Source>.() -> Unit): CommandBuilder<Source, Builder, Node>(source)

Does the same as runs (see its docs for more information), but launches the command logic in an async coroutine.

See also