mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Starboard Embed looks better without field
This commit is contained in:
@@ -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);
|
||||
//}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user