Class SubSlashCommandAttribute
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true)]
public class SubSlashCommandAttribute : Attribute
- Inheritance
-
SubSlashCommandAttribute
- Inherited Members
Constructors
SubSlashCommandAttribute(string, string)
public SubSlashCommandAttribute(string name, string description)
Parameters
Properties
Description
public string Description { get; }
Property Value
Name
public string Name { get; }