Timestamp and Color

This commit is contained in:
Daniel Odendahl Jr
2017-03-24 15:28:32 +00:00
parent fdd8e2960e
commit a1b1df3e46
+2
View File
@@ -68,6 +68,8 @@ client.on('messageReactionAdd', (reaction, user) => {
else {
const embed = new Discord.RichEmbed()
.setAuthor(user.username, user.avatarURL)
.setColor(0xFFA500)
.setTimestamp()
.setDescription(reaction.message.content);
starboard.sendEmbed(embed);
}