mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 15:07:26 +02:00
pic
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user