createCommand

abstract suspend fun createCommand(name: String): Command

Creates a new command with the given name.

Return

the created Command instance

Parameters

name

desired command name