Table of Contents

Class SlashCommandDescriptor

Namespace
JD.AI.Commands
Assembly
JD.AI.dll
public sealed record SlashCommandDescriptor : IEquatable<SlashCommandDescriptor>
Inheritance
SlashCommandDescriptor
Implements
Inherited Members

Constructors

SlashCommandDescriptor(string, string)

public SlashCommandDescriptor(string Command, string Description)

Parameters

Command string
Description string

Properties

Command

public string Command { get; init; }

Property Value

string

Description

public string Description { get; init; }

Property Value

string