mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
fix: RichEmbed timestamp cloning
This commit is contained in:
@@ -63,7 +63,7 @@ class MessageEmbed {
|
|||||||
* The timestamp of this embed
|
* The timestamp of this embed
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.createdTimestamp = data.timestamp;
|
this.timestamp = data.timestamp;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The thumbnail of this embed
|
* The thumbnail of this embed
|
||||||
|
|||||||
Reference in New Issue
Block a user