discord.js
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -202,2 +202,4 @@ var request = require( "superagent" ); | ||
client.user = new User( data.user ); | ||
var _servers = data.guilds, | ||
@@ -225,3 +227,2 @@ servers = []; | ||
client.user = new User( data.user ); | ||
} else if ( dat.t === "MESSAGE_CREATE" ) { | ||
@@ -228,0 +229,0 @@ var data = dat.d; |
{ | ||
"name": "discord.js", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "A way to interface with the Discord API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ # discord.js | ||
### Installation | ||
``npm install discord.js`` | ||
``npm install --save discord.js`` | ||
@@ -20,2 +20,3 @@ ### Features | ||
* Get limitless logs from channels. | ||
* Fast and efficient caching | ||
@@ -22,0 +23,0 @@ ### Example usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55300
59