Table of Contents

Method AddEmbed

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddEmbed(DiscordEmbed)

Adds an embed to the followup message.

public DiscordFollowupMessageBuilder AddEmbed(DiscordEmbed embed)

Parameters

embed DiscordEmbed

Embed to add.

Returns

DiscordFollowupMessageBuilder

The builder to chain calls with.