mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Document readonly and private properties (#1338)
This commit is contained in:
@@ -105,6 +105,7 @@ class MessageEmbed {
|
||||
/**
|
||||
* The date this embed was created
|
||||
* @type {Date}
|
||||
* @readonly
|
||||
*/
|
||||
get createdAt() {
|
||||
return new Date(this.createdTimestamp);
|
||||
|
||||
Reference in New Issue
Block a user