Constructor DiscordEmbedBuilder
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
DiscordEmbedBuilder()
Constructs a new empty embed builder.
public DiscordEmbedBuilder()
DiscordEmbedBuilder(DiscordEmbed)
Constructs a new embed builder using another embed as prototype.
public DiscordEmbedBuilder(DiscordEmbed original)
Parameters
original
DiscordEmbedEmbed to use as prototype.