Go to file
GreenXenith 23091d319d Improve mention conversion 2020-07-09 10:15:42 -07:00
.gitignore Include package-lock 2019-11-26 19:21:20 -08:00
LICENSE.txt Add LICENSE 2019-10-26 13:54:50 -07:00
README.md Add README 2019-11-26 20:08:53 -08:00
config.json.example Add config example 2019-10-26 13:53:49 -07:00
package-lock.json Update Discord API 2020-05-11 15:45:18 -07:00
package.json Update Discord API 2020-05-11 15:45:18 -07:00
skynet.js Improve mention conversion 2020-07-09 10:15:42 -07:00

README.md

Skynet Relay

Minetest-IRC-Discord Relay

Uses NodeJS, discord.js, and irc-framework (by KiwiIRC).

Installation

git clone https://github.com/GreenXenith/skynet.git
cd skynet
npm install

Skynet requires a config.json. See config.json.example.

Usage

To use the bot, run node . in the bot directory.
I recommend you use a cron job or systemd service

Possible issues

  • DM command responses might get sent to the wrong person .. this was hopefully fixed.
  • Discord rich presence will turn off at some point - unknown cause.