mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
Specify that Client#uptime is "in milliseconds" (#2288)
This commit is contained in:
committed by
SpaceEEC
parent
00172e6c7d
commit
92c9f8864c
@@ -179,7 +179,7 @@ class Client extends BaseClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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