Table of Contents

Method WithName

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

WithName(string)

Sets the name for this command.

public CommandBuilder WithName(string name)

Parameters

name string

Name for this command.

Returns

CommandBuilder

This builder.