Go to file
2017-03-22 01:30:06 -05:00
bot.js inital commit 2017-03-22 01:23:52 -05:00
config.json.example inital commit 2017-03-22 01:23:52 -05:00
LICENSE Initial commit 2017-03-22 01:19:26 -05:00
package.json updating package.json 2017-03-22 01:30:06 -05:00
README.md adding readme 2017-03-22 01:26:01 -05:00

discord-stats-bot

This is basically a personal project of mine in a effort to learn NodeJS and ELK.

I wanted to create a bot for discord that would log it's usage to a centralised logging server. Essentially the bot is just logging usage to files, and logstash-forwarder is passing to ELK.

You need the following modules to use this bot:

  • discordie
  • log4js
npm install discordie log4js