Table of Contents

Class HiddenAttribute

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

Marks this command or group as hidden.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)]
public sealed class HiddenAttribute : Attribute
Inheritance
HiddenAttribute