From 035d3b368ea3687e885a4928ce232ac6dda46e17 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 23 Aug 2015 21:32:54 +0100 Subject: [PATCH 1/2] Updated readme --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 661f8f613..763414655 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules +test/auth.json diff --git a/README.md b/README.md index 659bc2e8c..b80c65f0d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ The aim of this API is to make it *really* simple to start developing your bots. New update features **big speed boosts** (everything cached and sorted with around 1 second of calling the login function) upon connection and allows editing of messages! +## PLEASE BE AWARE - I'm currently rewriting this _entire_ module in ECMAScript 6 and then using Babel to compile it so it works in node. That means for a few days I won't be adding features, but after that features will come out faster and better than ever! +back to + **[Find the website here.](http://discord-js.github.io)** From 2965a95af9dc1bf85dc67201a64e92d92b6a85d0 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 23 Aug 2015 21:33:07 +0100 Subject: [PATCH 2/2] 2.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43fbfabd0..1b8a533f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "2.7.1", + "version": "2.7.2", "description": "A way to interface with the Discord API", "main": "index.js", "scripts": {