Table of Contents

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

name string
description string

Properties

Description

public string Description { get; }

Property Value

string