SendDiscordMessage()
Description
This function sends a message in your discord server. Make sure that global.discordServerId is set up in Options.gml first.
Syntax
Argument
Description
channelIdString
The stringified numerical ID of the channel. Note that this is not the channel name! Right click on a channel and copy its ID. This must be a String.
messageBody
The body of the message you are sendind This must be a String.
Returns
Example Implementation
Last updated