Table of Contents

Constructor CommandBuilder

Namespace
DSharpPlus.CommandsNext.Builders
Assembly
DSharpPlus.CommandsNext.dll

CommandBuilder()

Creates a new module-less command builder.

public CommandBuilder()

CommandBuilder(ICommandModule?)

Creates a new command builder.

public CommandBuilder(ICommandModule? module)

Parameters

module ICommandModule

Module on which this command is to be defined.