This commit is contained in:
Louis Mazin 2026-01-13 00:15:20 +01:00
parent b4edb8dcc9
commit 4b95ca92a2

View File

@ -40,8 +40,7 @@ module.exports = {
embed.addFields({ embed.addFields({
name: `👤 ${discordName}`, name: `👤 ${discordName}`,
value: `${discordMention} value: `${discordMention}
🎮 Palworld: **${link.palworld_username}**`, 🎮 Palworld: **${link.palworld_username}**`
inline: true
}); });
} }