Table of Contents

Class SlashCommandHelpEntry

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

Constructors

SlashCommandHelpEntry(string, string)

public SlashCommandHelpEntry(string Usage, string Description)

Parameters

Usage string
Description string

Properties

Description

public string Description { get; init; }

Property Value

string

Usage

public string Usage { get; init; }

Property Value

string