clean
This commit is contained in:
parent
b4426c8d31
commit
6dd001610d
@ -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')}`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user