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