Table of Contents

Class RemarksAttribute

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

Attaches remarks to your commands.

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

Constructors

RemarksAttribute(string)

public RemarksAttribute(string text)

Parameters

text string

Properties

Text

public string Text { get; }

Property Value

string