Table of Contents

Class CommandAttribute

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
[AttributeUsage(AttributeTargets.Method)]
public class CommandAttribute : Attribute
Inheritance
CommandAttribute
Inherited Members

Constructors

CommandAttribute(params string[])

public CommandAttribute(params string[] aliases)

Parameters

aliases string[]

Properties

Aliases

public string[] Aliases { get; }

Property Value

string[]

Priority

public int Priority { get; init; }

Property Value

int