UT99 Reporter Bot for Discord. This is very WIP and far from finished, so use at your own risk.
Node.js v6.x or newer is required.
Install dependencies using npm install
.
npm install
npm run build
npm run start
Or npm run serve
to start the bot while monitoring for changes (handy while developing).
Create a config.json that looks like this:
{
"token": "DISCORD_BOT_TOKEN",
"channel": "CHANNEL_ID",
"password": "PASSWORD",
"port": 5000,
"prefix": "."
}
All the things ...
I'm are open for suggestions. Please feel free to contribute or open a new issue to post your ideas.