Skip to content

sn3p/discord-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

UT99 Reporter Bot for Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published