Starboard Embed looks better without field

This commit is contained in:
Daniel Odendahl Jr
2017-03-24 15:15:22 +00:00
parent 572fb47064
commit d823b2ea2c
+1 -2
View File
@@ -68,8 +68,7 @@ client.on('messageReactionAdd', (reaction, user) => {
else {*/
const embed = new Discord.RichEmbed()
.setAuthor(user.username, user.avatarURL)
.addField('Message',
reaction.message.content);
.setDescription(reaction.message.content);
starboard.sendEmbed(embed);
//}
});