mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Specify that Client#uptime is "in milliseconds" (#2288)
This commit is contained in:
parent
00172e6c7d
commit
92c9f8864c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
* @readonly
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue