Method AddEmbed
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
AddEmbed(DiscordEmbed)
Adds an embed to the followup message.
public DiscordFollowupMessageBuilder AddEmbed(DiscordEmbed embed)
Parameters
embed
DiscordEmbedEmbed to add.
Returns
- DiscordFollowupMessageBuilder
The builder to chain calls with.