mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix: RichEmbed timestamp cloning
This commit is contained in:
parent
363ead922a
commit
8f9e911b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue