Table of Contents

Method AddEmbeds

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddEmbeds(IEnumerable<DiscordEmbed>)

Adds multiple embeds to this message.

IDiscordMessageBuilder AddEmbeds(IEnumerable<DiscordEmbed> embeds)

Parameters

embeds IEnumerable<DiscordEmbed>

Collection of embeds to add.

Returns

IDiscordMessageBuilder