Table of Contents

Method WithDescription

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