Class GroupCommandAttribute
- Namespace
- DSharpPlus.CommandsNext.Attributes
- Assembly
- DSharpPlus.CommandsNext.dll
Marks this method as a group command.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class GroupCommandAttribute : Attribute
- Inheritance
-
objectAttributeGroupCommandAttribute
Constructors
- GroupCommandAttribute()
Marks this method as a group command.