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