mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Timestamp and Color
This commit is contained in:
@@ -68,6 +68,8 @@ client.on('messageReactionAdd', (reaction, user) => {
|
|||||||
else {
|
else {
|
||||||
const embed = new Discord.RichEmbed()
|
const embed = new Discord.RichEmbed()
|
||||||
.setAuthor(user.username, user.avatarURL)
|
.setAuthor(user.username, user.avatarURL)
|
||||||
|
.setColor(0xFFA500)
|
||||||
|
.setTimestamp()
|
||||||
.setDescription(reaction.message.content);
|
.setDescription(reaction.message.content);
|
||||||
starboard.sendEmbed(embed);
|
starboard.sendEmbed(embed);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user