Skip to main content
Corvus Connection

Discord: Send Embed

Discord
discord.sendEmbedPosts a rich embed (title, description, link, color) to a saved Discord channel webhook.Posts a rich embed (title/description/url/color) to the chosen webhook destination.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
titleDataSystem.StringNone
descriptionDataSystem.StringNone
urlDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Parameters

Name
Type
Required
Default
Choices
targetSystem.Stringyes""None
colorSystem.Int32no5793266None

Lowers to C#

await ctx.Discord.SendEmbedAsync("<target>", title, description, color, url);