Table of Contents

Method AddEmbeds

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddEmbeds(IEnumerable<DiscordEmbed>)

Adds the given embeds to the followup message.

public DiscordFollowupMessageBuilder AddEmbeds(IEnumerable<DiscordEmbed> embeds)

Parameters

embeds IEnumerable<DiscordEmbed>

Embeds to add.

Returns

DiscordFollowupMessageBuilder

The builder to chain calls with.