Method WithEmbed
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithEmbed(DiscordEmbed)
Sets the embed for the current builder.
public DiscordMessageBuilder WithEmbed(DiscordEmbed embed)
Parameters
embed
DiscordEmbedThe embed that should be set.
Returns
- DiscordMessageBuilder
The current builder to be chained.