Constructor CommandHelpMessage
- Namespace
- DSharpPlus.CommandsNext.Entities
- Assembly
- DSharpPlus.CommandsNext.dll
CommandHelpMessage(string?, DiscordEmbed?)
Creates a new instance of a help message.
public CommandHelpMessage(string? content = null, DiscordEmbed? embed = null)
Parameters
content
stringContents of the message.
embed
DiscordEmbedEmbed to attach to the message.