Table of Contents

Class SummaryAttribute

Namespace
Discord.Commands
Assembly
Discord.Net.Commands.dll

Attaches a summary to your command.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class SummaryAttribute : Attribute
Inheritance
SummaryAttribute
Inherited Members

Constructors

SummaryAttribute(string)

public SummaryAttribute(string text)

Parameters

text string

Properties

Text

public string Text { get; }

Property Value

string