Table of Contents

Class AliasesAttribute

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

Adds aliases to this command or group.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)]
public sealed class AliasesAttribute : Attribute
Inheritance
AliasesAttribute

Constructors

AliasesAttribute(params string[])

Adds aliases to this command or group.

Properties

Aliases

Gets this group's aliases.