diff --git a/commands/utils/avatar.js b/commands/utils/pic.js similarity index 90% rename from commands/utils/avatar.js rename to commands/utils/pic.js index b9f1fa7..6019869 100644 --- a/commands/utils/avatar.js +++ b/commands/utils/pic.js @@ -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]