Go to file
dependabot[bot] 4771fda906
Bump ws from 7.2.3 to 7.4.6 (#7)
Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 10:22:58 -07:00
commands Add #number referencing, add issue and PR search commands (#3) 2020-03-24 12:14:53 -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
changelog.md Add #number referencing, add issue and PR search commands (#3) 2020-03-24 12:14:53 -07:00
common.js Fix issue referencing quirks (#5) 2020-03-28 11:22:16 -07:00
config.js Migrate to JavaScript 2019-10-26 13:45:21 -07:00
config.json.example Fix issue referencing quirks (#5) 2020-03-28 11:22:16 -07:00
minetestbot.js Fix issue referencing quirks (#5) 2020-03-28 11:22:16 -07:00
package-lock.json Bump ws from 7.2.3 to 7.4.6 (#7) 2021-06-08 10:22:58 -07:00
package.json Add #number referencing, add issue and PR search commands (#3) 2020-03-24 12:14:53 -07:00
pages.js Add #number referencing, add issue and PR search commands (#3) 2020-03-24 12:14:53 -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.