Table of Contents

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 string

Contents of the message.

embed DiscordEmbed

Embed to attach to the message.