Method AddEmbed
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
AddEmbed(DiscordEmbed)
Adds an embed to send with the interaction response.
public DiscordInteractionResponseBuilder AddEmbed(DiscordEmbed embed)
Parameters
embed
DiscordEmbedEmbed to add.
Returns
- DiscordInteractionResponseBuilder
The current builder to chain calls with.