Table of Contents

Class SubSlashCommandBuilder

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

Constructors

SubSlashCommandBuilder()

public SubSlashCommandBuilder()

Methods

AddSubCommand(string, string, Delegate)

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

Parameters

name string
description string
handler Delegate