How to config the bot integration:
- In the config.json file, find the and do the following in my instruction.
"discord": {
"enabled": false, // set this value to "true" to enable it
"bottoken": "", // add your bot token, for this you need a bot
"realtimeChannelID": "", // add the Discord channel ID that will receive and send messages
"serverId": "", // add your Discord group ID here
"devRoles": [], // add a Discord dev role for a few internal commands, like debug
"devMode": false
- It is possible to set it to multiple Worlds too, for that just do the following:
By default it will only broadcast messages in the Normal World using the Local and Party chat.
In the main.go file, find the and do the following.
//DiscordBot: discordBot, // just remove the "//" to enable it for that World.
- Use the command !players in the Discord chat to see a list of all online players.
By : Invasores de Fronteiras
https://github.com/Invasor-de-Fronteiras/Erupe