Table of Contents
API reference

Method WithEmbed

Namespace
DisCatSharp.Interactivity.Entities
Assembly
DisCatSharp.Interactivity.dll

WithEmbed(DiscordEmbedBuilder)

Sets the embed of the page.

public Page WithEmbed(DiscordEmbedBuilder embedBuilder)

Parameters

embedBuilder DiscordEmbedBuilder

The builder used to construct the embed to add to the page.

Returns

Page

The current Page instance with the embed applied.