mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
major fix
This commit is contained in:
parent
a50e0fb9c2
commit
5f490f26fb
1 changed files with 1 additions and 1 deletions
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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue