Table of Contents

Method WithDescription

Namespace
DisCatSharp.CommandsNext.Builders
Assembly
DisCatSharp.CommandsNext.dll

WithDescription(string)

Sets the description for this command.

public CommandBuilder WithDescription(string description)

Parameters

description string

Description to use for this command.

Returns

CommandBuilder

This builder.