Discord Integration
Last updated
Last updated
Rocket Networking gives you a discord bot that you can set up and customise with low code and add to your Discord Servers.
Use this link to add the bot to any server
Go to your dashboard and follow this auth flow after clicking on the Discord Integration Button
Think of this as the master key. You can directly copy the Discord Server ID from here actually
First Make sure discord dev mode is on and then once you right click on a server or a channel, you can copy its ID.
Start by Going into Scripts/Rocket Networking/Options.gml and set this to your Discord Server ID
You can use this bot to
Send Messages from Gamemaker to your Discord Server
Using SendDiscordMessage()
Receive messages (from other users) from Discord server into Gamemaker
By cutomising callback_DiscordMessageReceived()
This allows for some really cool integrations!