SendDiscordMessage()
Description
Syntax
SendDiscordMessage(channelIdString, messageBody)Argument
Description
Returns
N/AExample Implementation
var messageBody = get_string("Message body","Hello from Gamemaker")
SendDiscordMessage("1213209657838014500",messageBody)Last updated