Table of Contents

Method WithHiddenStatus

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