Table of Contents

Class SubSlashCommandGroupBuilder

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

Constructors

SubSlashCommandGroupBuilder(string, string)

public SubSlashCommandGroupBuilder(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

Methods

AddSubCommand(string, string, Delegate)

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

Parameters

name string
description string
handler Delegate

Returns

SubSlashCommandBuilder