From 72e0eda13f5427c8481d4f6307cd95cd14edd61f Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Wed, 22 Mar 2017 01:25:37 -0500 Subject: [PATCH] adding readme --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9909679 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +# 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 + +```bash +npm install discordie log4js +```