Class DescriptionAttribute
Gives this command, group, or argument a description, which is used when listing help.
Inheritance
System.Object
DescriptionAttribute
Namespace: DSharpPlus.CommandsNext.Attributes
Assembly: cs.temp.dll.dll
Syntax
public sealed class DescriptionAttribute : Attribute
Constructors
DescriptionAttribute(String)
Gives this command, group, or argument a description, which is used when listing help.
Declaration
public DescriptionAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | description |
Properties
Description
Gets the description for this command, group, or argument.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |