Table of Contents

Class SubSlashCommandBuilder

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public class SubSlashCommandBuilder
Inheritance
SubSlashCommandBuilder
Inherited Members

Constructors

SubSlashCommandBuilder(string, string, Delegate)

public SubSlashCommandBuilder(string name, string description, Delegate handler)

Parameters

name string
description string
handler Delegate

Properties

Description

public string Description { get; }

Property Value

string

Handler

public Delegate Handler { get; }

Property Value

Delegate

Name

public string Name { get; }

Property Value

string