From 03ab6b4b745d32ed60c1a43bf6a2de8286060692 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Mon, 8 Dec 2025 23:22:05 +0100 Subject: [PATCH] test --- commands/utility/delier-rygainland.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/delier-rygainland.js b/commands/utility/delier-rygainland.js index ab51db5..b1d7ffb 100644 --- a/commands/utility/delier-rygainland.js +++ b/commands/utility/delier-rygainland.js @@ -29,7 +29,7 @@ module.exports = { .setTitle('⚠️ Confirmation de déliaison') .setDescription('Êtes-vous sûr de vouloir délier votre compte ?') .addFields( - { name: '👤 Discord', value: `${interaction.user.tag}`, inline: false }, + { name: '👤 Discord', value: `${interaction.user.globalName}`, inline: false }, { name: '🎮 Palworld', value: `**${existingLink.palworld_username}**`, inline: true }, { name: '🆔 Steam ID', value: `\`${existingLink.steam_id}\``, inline: true }, { name: '🎯 Player ID', value: `\`${existingLink.player_id || 'N/A'}\``, inline: false }