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