mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
For Both
This commit is contained in:
@@ -77,7 +77,7 @@ client.on('messageReactionAdd', (reaction, user) => {
|
||||
}
|
||||
else {
|
||||
const embed = new Discord.RichEmbed()
|
||||
.setAuthor(user.username, user.avatarURL)
|
||||
.setAuthor(reaction.message.author.username, reaction.message.author.avatarURL)
|
||||
.setColor(0xFFA500)
|
||||
.setTimestamp()
|
||||
.setDescription(reaction.message.content);
|
||||
|
||||
Reference in New Issue
Block a user