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
stringDescription to use for this command.
Returns
- CommandBuilder
This builder.