Table of Contents

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
object
Attribute
GroupCommandAttribute

Constructors

GroupCommandAttribute()

Marks this method as a group command.