Class SlashCommandChoiceAttribute
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
[AttributeUsage(AttributeTargets.Field)]
public class SlashCommandChoiceAttribute : Attribute
- Inheritance
-
SlashCommandChoiceAttribute
- Inherited Members
Constructors
SlashCommandChoiceAttribute(string)
public SlashCommandChoiceAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; }