mirror of
https://github.com/danbulant/discord.js
synced 2026-07-13 07:00:44 +00:00
Specify that Client#uptime is "in milliseconds" (#2288)
This commit is contained in:
parent
7f5c1038db
commit
ced93fe826
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue