mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Add readonly
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -198,6 +198,7 @@ class Client extends EventEmitter {
|
|||||||
/**
|
/**
|
||||||
* The timestamp that the client was last ready at
|
* The timestamp that the client was last ready at
|
||||||
* @type {?number}
|
* @type {?number}
|
||||||
|
* @readonly
|
||||||
*/
|
*/
|
||||||
get readyTimestamp() {
|
get readyTimestamp() {
|
||||||
return this.readyAt ? this.readyAt.getTime() : null;
|
return this.readyAt ? this.readyAt.getTime() : null;
|
||||||
|
|||||||
Reference in New Issue
Block a user