Table of Contents

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

name string
description string

Properties

Description

public string Description { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string