Constructor CommandHelpMessage
- Namespace
- DisCatSharp.CommandsNext.Entities
- Assembly
- DisCatSharp.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.