From b6d495b2c9a7b7275ed0c81cdb3ae8b4795ac5fc Mon Sep 17 00:00:00 2001 From: *x1 Date: Tue, 28 May 2024 20:10:34 +0200 Subject: [PATCH] Update affichage --- commands/casino/me.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/casino/me.js b/commands/casino/me.js index 0542245..caf9d48 100644 --- a/commands/casino/me.js +++ b/commands/casino/me.js @@ -25,7 +25,7 @@ module.exports = { const embed = new EmbedBuilder() .setAuthor({ name: `Détails du Compte de ${member.user.tag}`, iconURL: member.user.displayAvatarURL() }) - .setDescription(`> :moneybag: **Poche:** \`${pocket}\`\n> :bank: **Banque:** \`${bank}\`\n> :star2: **Réputation:** \`${reputation}\`\n\n> :bar_chart: **Niveau:** \`${niveau}\`\n> :thought_balloon: **xp:** \`${xp}/${niveau*100}\``) + .setDescription(`> :moneybag: **Poche:** \`${pocket}\`\n> :bank: **Banque:** \`${bank}\`\n> :star2: **Réputation:** \`${reputation}\`\n\n> :bar_chart: **Niveau:** \`${niveau}\`\n> :small_orange_diamond: **Xp:** \`${xp}/${niveau*100}\``) .setColor(await embedColor(member.id, message.guild.id)) .setTimestamp() .setFooter({ text: `Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });