Table of Contents

Method WithName

Namespace
DisCatSharp.CommandsNext.Builders
Assembly
DisCatSharp.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.