Table of Contents

Method AddEmbed

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddEmbed(DiscordEmbed)

Adds an embed to send at the execution of the webhook.

public DiscordWebhookBuilder AddEmbed(DiscordEmbed embed)

Parameters

embed DiscordEmbed

Embed to add.

Returns

DiscordWebhookBuilder