Updated README

This commit is contained in:
hydrabolt
2015-08-27 12:48:16 +01:00
parent 62b509f6f5
commit 70b20b7467
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ discord.js is a node module used as a way of interfacing with
[Discord](https://discordapp.com/). It is a very useful module for creating
bots.
**Updating to 3.1.1 is essential as it has new changes to be compatible with Discord's API,
and to make sure your application still works an update is a good idea.**
### Installation
`npm install --save discord.js`

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "3.1.0",
"version": "3.1.1",
"description": "A way to interface with the Discord API",
"main": "./lib/index.js",
"scripts": {