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
contentstringContents of the message.
embedDiscordEmbedEmbed to attach to the message.