mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Merge remote-tracking branch 'origin/indev-rewrite' into indev-rewrite-voice
This commit is contained in:
@@ -100,6 +100,11 @@ class Client extends EventEmitter {
|
||||
* @type {?String}
|
||||
*/
|
||||
this.password = null;
|
||||
/**
|
||||
* The time in milliseconds the Client connected
|
||||
* @type {?Number}
|
||||
*/
|
||||
this.readyTime = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user