mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Fix Starboard Images
This commit is contained in:
@@ -71,7 +71,7 @@ client.on('messageReactionAdd', (reaction, user) => {
|
||||
.setAuthor(user.username, user.avatarURL)
|
||||
.setColor(0xFFA500)
|
||||
.setTimestamp()
|
||||
.setImage(reaction.message.attachments.first())
|
||||
.setImage(reaction.message.attachments.first().url)
|
||||
.setDescription(reaction.message.content);
|
||||
starboard.sendEmbed(embed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user