This commit is contained in:
Tutur33
2024-02-17 00:53:48 +01:00
parent 555100e107
commit 9a125531ad
@@ -34,6 +34,10 @@ module.exports = {
const embed = new EmbedBuilder()
.setTitle(`Avatar de ${user.tag}`)
.setImage(avatar)
.setTimestamp()
.setFooter({text: `${client.user.tag} © 2024`, iconURL: client.user.displayAvatarURL({dynamic: true})});
message.reply({
embeds: [embed],
components: [row]