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

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