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