Method WithHiddenStatus
- Namespace
- DSharpPlus.CommandsNext.Builders
- Assembly
- DSharpPlus.CommandsNext.dll
WithHiddenStatus(bool)
Sets whether this command is to be hidden.
public CommandBuilder WithHiddenStatus(bool hidden)
Parameters
hidden
boolWhether the command is to be hidden.
Returns
- CommandBuilder
This builder.