Table of Contents

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 bool

Whether the command is to be hidden.

Returns

CommandBuilder

This builder.