Execution

fun <T : CommandEvent<*>> Execution(arguments: List<Argument<*, *>>, action: suspend T.() -> Unit)

Parameters

arguments

The Arguments accepted by this execution.

action

The code to be run when this execution is fired.