mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Starboard Timestamp
This commit is contained in:
@@ -115,7 +115,7 @@ client.on('messageReactionAdd', (reaction, user) => {
|
||||
.setAuthor(msg.author.tag, msg.author.displayAvatarURL)
|
||||
.setDescription(msg.content)
|
||||
.setImage(msg.attachments.first() ? msg.attachments.first().url : null)
|
||||
.setFooter(msg.createdAt);
|
||||
.setTimestamp();
|
||||
return channel.send({ embed });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user