Table of Contents

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 string

Contents of the message.

embed DiscordEmbed

Embed to attach to the message.