Class CommandAttribute
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Delegate)]
public sealed class CommandAttribute : Attribute
- Inheritance
-
CommandAttribute
Constructors
- CommandAttribute(string)
Creates a new instance of the CommandAttribute class.
Properties
- Name
The name of the command.