minetestbot/README.md

32 lines
738 B
Markdown
Raw Permalink Normal View History

2018-12-31 11:34:54 -08:00
# MinetestBot for Discord #
2019-10-26 13:45:21 -07:00
_MinetestBot and it's author(s) are in no way affiliated with the IRC MinetestBot._
2018-12-31 11:34:54 -08:00
2019-10-26 13:45:21 -07:00
Uses NodeJS and `discord.js`.
2018-12-31 11:34:54 -08:00
2019-11-09 19:51:43 -08:00
## Installation ##
```
git clone https://github.com/GreenXenith/minetestbot.git
cd minetestbot
npm install
```
2019-10-26 13:48:21 -07:00
MinetestBot demands a ~~sacrifice~~ `config.json`. See `config.json.example`.
2019-11-09 19:51:43 -08:00
## Usage ##
To use the bot, run `node .` in the bot directory.
I recommend you use a cron job or systemd service
### Todo (PRs welcome) ###
2019-10-26 14:05:33 -07:00
* Better CDB search
* ~~Vote starter~~
* Serverlist searcher/parser
2019-10-26 14:05:33 -07:00
* Metric/Imperial conversion command
2019-10-26 13:45:21 -07:00
* Word definition
* Forum search
2019-10-26 13:45:21 -07:00
2019-11-09 19:51:43 -08:00
Might be missing `;` everywhere, or have too many.
2019-10-26 13:45:21 -07:00
This used to be written in Lua, but Luvit is garbage.