Constructor CommandBuilder
- Namespace
- DisCatSharp.CommandsNext.Builders
- Assembly
- DisCatSharp.CommandsNext.dll
CommandBuilder()
Creates a new module-less command builder.
public CommandBuilder()
CommandBuilder(ICommandModule)
Creates a new command builder.
public CommandBuilder(ICommandModule module)
Parameters
moduleICommandModuleModule on which this command is to be defined.