Specify that Client#uptime is "in milliseconds" (#2288)

This commit is contained in:
FireController1847 2018-01-24 00:24:24 -07:00 committed by Pascal
parent 7f5c1038db
commit ced93fe826
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

View file

@ -194,7 +194,7 @@ class Client extends EventEmitter {
} }
/** /**
* How long it has been since the client last entered the `READY` state * How long it has been since the client last entered the `READY` state in milliseconds
* @type {?number} * @type {?number}
* @readonly * @readonly
*/ */