Set quoted message as timestamp
This commit is contained in:
parent
016068d8da
commit
68dcc1875c
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class messageListener extends Listener {
|
|||
.addField('In channel', quote.channel, true)
|
||||
.addField('Quoted by', message.author, true)
|
||||
.setDescription(quote.content)
|
||||
.setTimestamp();
|
||||
.setTimestamp(quote.createdTimestamp);
|
||||
|
||||
if (guild.id != message.guild.id) Embed.addField('In guild', guild.name, true);
|
||||
let Attachment = (quote.attachments).array();
|
||||
|
|
Loading…
Reference in a new issue