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