Table of Contents

Class DescriptionAttribute

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

Gives this command, group, or argument a description, which is used when listing help.

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

Constructors

DescriptionAttribute(string)

Gives this command, group, or argument a description, which is used when listing help.

Properties

Description

Gets the description for this command, group, or argument.