Added Token Caching, v2.6.1

This commit is contained in:
hydrabolt
2015-08-18 19:01:45 +01:00
parent bf790cbf7c
commit 4fc859bcbe
4 changed files with 101 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "2.6.0",
"version": "2.6.1",
"description": "A way to interface with the Discord API",
"main": "index.js",
"scripts": {
@@ -15,7 +15,8 @@
"api",
"bot",
"client",
"node"
"node",
"discordapp"
],
"author": "Amish Shah <amishshah.2k@gmail.com>",
"license": "Apache-2.0",
@@ -24,6 +25,7 @@
},
"homepage": "https://github.com/discord-js/discord.js#readme",
"dependencies": {
"md5": "^2.0.0",
"superagent": "^1.3.0",
"ws": "^0.7.2"
}