mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Merge branch 'master' into hydrabot
This commit is contained in:
2
index.js
2
index.js
@@ -9,7 +9,7 @@ var Invite = require( "./lib/invite.js" ).Invite;
|
||||
var PMChannel = require( "./lib/PMChannel.js" ).PMChannel;
|
||||
var WebSocket = require( 'ws' );
|
||||
|
||||
exports.prototype.isUserID = function(id){
|
||||
exports.isUserID = function(id){
|
||||
return ((id + "").length === 17 && !isNaN(id));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user