Class SummaryAttribute
Attaches a summary to your command.
Assembly: Discord.Net.Commands.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class SummaryAttribute : Attribute, _Attribute
Properties​
Text​
View Source​
Declaration
public string Text { get; }
Implements​
System.Runtime.InteropServices._Attribute