Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 728 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 728 Bytes

discord-reporter

UT99 Reporter Bot for Discord. This is very WIP and far from finished, so use at your own risk.

Installation

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).

Configuration

Create a config.json that looks like this:

{
  "token": "DISCORD_BOT_TOKEN",
  "channel": "CHANNEL_ID",
  "password": "PASSWORD",
  "port": 5000,
  "prefix": "."
}

TODO

All the things ...

Contributions

I'm are open for suggestions. Please feel free to contribute or open a new issue to post your ideas.