Skip to main content
Corvus Connection

Discord: Send Message

Discord
discord.sendMessagePosts a plain-text message to a saved Discord channel webhook. Wire the text into 'message' and pick the destination.Posts the message text to the chosen webhook destination (mentions suppressed).

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
messageDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Parameters

Name
Type
Required
Default
Choices
targetSystem.Stringyes""None

Lowers to C#

await ctx.Discord.SendMessageAsync("<target>", message);

Used in