ChatCommand

constructor(extension: Extension, arguments: () -> T? = null)

Parameters

extension

The Extension that registered this command.

arguments

Arguments object builder for this command, if it has arguments.