Class AliasAttribute
Marks the aliases for a command.
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public class AliasAttribute : Attribute
Properties​
Aliases​
Gets the aliases which have been defined for the command.
View Source​
Declaration
public string[] Aliases { get; }