Starboard Timestamp

This commit is contained in:
Daniel Odendahl Jr
2017-05-23 01:34:05 +00:00
parent 9be19e3bb8
commit 38674485d1
+1 -1
View File
@@ -115,7 +115,7 @@ client.on('messageReactionAdd', (reaction, user) => {
.setAuthor(msg.author.tag, msg.author.displayAvatarURL)
.setDescription(msg.content)
.setImage(msg.attachments.first() ? msg.attachments.first().url : null)
.setFooter(msg.createdAt);
.setTimestamp();
return channel.send({ embed });
});