A minecraft bot that grants access to the server using RCON
$ git clone https://github.com/monkey-underground-coders/lwtc-minebot$ cd lwtc-minebot$ npm install- Configure Discord bot and RCON credentials in .env:
DS_TOKEN=<your-token>
RCON_HOST=<rcon-host>
RCON_PASS=<rcon-pass>Optionally:
DB_URL=<sqlite3-url>$ node index.jsto run the bot!