Table of Contents

Interface ISlashCommandBuilder

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public interface ISlashCommandBuilder

Methods

AddSubCommand(string, string, Delegate)

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

Parameters

name string
description string
handler Delegate