commands
fun commands( category: String, requiredPermissionLevel: Permissions? = null, construct: CommandSetBuilder.() -> Unit): CommandSet
Content copied to clipboard
Create a block for registering commands.
Parameters
category
The category these commands will be under.
construct
The builder function.