Table of Contents

Method AddEmbeds

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddEmbeds(IEnumerable<DiscordEmbed>)

Adds the given embeds to send with the interaction response.

public DiscordInteractionResponseBuilder AddEmbeds(IEnumerable<DiscordEmbed> embeds)

Parameters

embeds IEnumerable<DiscordEmbed>

Embeds to add.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.