Commit Graph

4 Commits

Author SHA1 Message Date
wishu
56e1ac61fe mezfes patch 2022-07-06 00:19:15 +10:00
wishu
307de99281 convert to local packages 2022-07-05 20:18:40 +10:00
Malckyor
9c6950d200 Discord Integration Improvement
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
2022-06-15 07:32:45 +09:00
xl3lackout
a92897404a Reupload 2022-02-25 19:44:26 -05:00