Method AddEmbeds
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
AddEmbeds(IEnumerable<DiscordEmbed>)
Adds the given embeds to send at the execution of the webhook.
public DiscordWebhookBuilder AddEmbeds(IEnumerable<DiscordEmbed> embeds)
Parameters
embeds
IEnumerable<DiscordEmbed>Embeds to add.