mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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
|
||||
* @type {?number}
|
||||
* @readonly
|
||||
*/
|
||||
get readyTimestamp() {
|
||||
return this.readyAt ? this.readyAt.getTime() : null;
|
||||
|
||||
Reference in New Issue
Block a user