diff --git a/commands/utility/check-linked.js b/commands/utility/check-linked.js index 1219013..a585419 100644 --- a/commands/utility/check-linked.js +++ b/commands/utility/check-linked.js @@ -35,7 +35,6 @@ module.exports = { for (const link of chunk) { const user = await interaction.client.users.fetch(link.discord_id).catch(() => null); const discordName = user ? user.globalName : link.discord_username; - console.log(link); embed.addFields({ name: `👤 ${discordName}`, value: `🎮 Palworld: **${link.palworld_username}**\n🆔 Steam ID: \`${link.steam_id}\`\n🎯 Player ID: \`${link.player_id || 'N/A'}\`\n📅 Lié le: ${new Date(link.linked_at).toLocaleDateString('fr-FR')}`,