Class GroupAttribute
- Namespace
- DSharpPlus.CommandsNext.Attributes
- Assembly
- DSharpPlus.CommandsNext.dll
Marks this class as a command group.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class GroupAttribute : Attribute
- Inheritance
-
objectAttributeGroupAttribute
Constructors
- GroupAttribute()
Marks this class as a command group, using the class' name as group name.
- GroupAttribute(string)
Marks this class as a command group with specified name.
Properties
- Name
Gets the name of this group.