runs

fun <T> DSLCommandNode<T>.runs(executed: suspend T.(context: CommandContext<T>) -> Unit)

Like executes but always return 0, so there is no need to return.

See also

Sources

jvm source
Link copied to clipboard