Class SlashCommandHelpEntry
public sealed record SlashCommandHelpEntry : IEquatable<SlashCommandHelpEntry>
- Inheritance
-
SlashCommandHelpEntry
- Implements
- Inherited Members
Constructors
SlashCommandHelpEntry(string, string)
public SlashCommandHelpEntry(string Usage, string Description)
Parameters
Properties
Description
public string Description { get; init; }
Property Value
Usage
public string Usage { get; init; }