Struct CommandHelpMessage
- Namespace
- DSharpPlus.CommandsNext.Entities
- Assembly
- DSharpPlus.CommandsNext.dll
Represents a formatted help message.
public readonly struct CommandHelpMessage
Constructors
- CommandHelpMessage(string?, DiscordEmbed?)
Creates a new instance of a help message.
Properties
- Content
Gets the contents of the help message.
- Embed
Gets the embed attached to the help message.