Table of Contents

Method AddEmbed

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddEmbed(DiscordEmbed)

Adds an embed to send with the interaction response.

public DiscordInteractionResponseBuilder AddEmbed(DiscordEmbed embed)

Parameters

embed DiscordEmbed

Embed to add.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.