From 9a125531ad6317f514d47b7b74a2b643887cd9bd Mon Sep 17 00:00:00 2001 From: Tutur33 Date: Sat, 17 Feb 2024 00:53:48 +0100 Subject: [PATCH] pic --- commands/utils/{avatar.js => pic.js} | 4 ++++ 1 file changed, 4 insertions(+) rename commands/utils/{avatar.js => pic.js} (90%) 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]