Merge remote-tracking branch 'origin/indev-rewrite' into indev-rewrite-voice

This commit is contained in:
Amish Shah
2016-08-25 14:26:38 +01:00
3 changed files with 10 additions and 2 deletions

View File

@@ -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;
}
/**