mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Specify that Client#uptime is "in milliseconds" (#2288)
This commit is contained in:
committed by
Pascal
parent
7f5c1038db
commit
ced93fe826
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user