Go to file
GreenDimond 67d75a380a Update README 2019-11-09 19:51:43 -08:00
commands Migrate to JavaScript 2019-10-26 13:45:21 -07:00
.gitignore Include package-lock 2019-11-09 19:45:22 -08:00
LICENSE.txt Migrate to JavaScript 2019-10-26 13:45:21 -07:00
README.md Update README 2019-11-09 19:51:43 -08:00
config.js Migrate to JavaScript 2019-10-26 13:45:21 -07:00
config.json.example Migrate to JavaScript 2019-10-26 13:45:21 -07:00
minetestbot.js Migrate to JavaScript 2019-10-26 13:45:21 -07:00
package-lock.json Include package-lock 2019-11-09 19:45:22 -08:00
package.json Fix package.json 2019-11-09 19:44:58 -08:00
pages.js Migrate to JavaScript 2019-10-26 13:45:21 -07:00

README.md

MinetestBot for Discord

MinetestBot and it's author(s) are in no way affiliated with the IRC MinetestBot.

Uses NodeJS and discord.js.

Installation

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

MinetestBot demands a sacrifice 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

Todo (PRs welcome)

  • Better CDB search
  • Vote starter
  • Serverlist searcher/parser
  • Metric/Imperial conversion command
  • Word definition
  • Forum search

Might be missing ; everywhere, or have too many.

This used to be written in Lua, but Luvit is garbage.