mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +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
|
* 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue