diff --git a/commands/utility/lier.js b/commands/utility/lier.js index 915d2d4..c2aeda0 100644 --- a/commands/utility/lier.js +++ b/commands/utility/lier.js @@ -39,7 +39,7 @@ module.exports = { for (const [id, player] of Object.entries(players)) { if (player.name === palworldName) { playerData = { - steamId: player.userId.replace('steam_', ''), + steamId: player.userId, playerId: player.playerId, name: player.name };