Table of Contents

Method AddEmbed

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddEmbed(DiscordEmbed)

Appends an embed to the current builder.

public T AddEmbed(DiscordEmbed embed)

Parameters

embed DiscordEmbed

The embed that should be appended.

Returns

T

The current builder to be chained.