fix: fix wording for non-purchasable items
Some checks failed
Deploy to Production / test (push) Failing after 33s

This commit is contained in:
syntaxbullet
2026-03-31 16:56:41 +02:00
parent 5188d86d61
commit b8cf136ff7

View File

@@ -210,7 +210,7 @@ export function getItemDetailMessage(
); );
// Stats row // Stats row
const priceText = item.price ? `${item.price} 🪙` : "Not tradeable"; const priceText = item.price ? `${item.price} 🪙` : "Not purchasable";
container.addTextDisplayComponents( container.addTextDisplayComponents(
new TextDisplayBuilder().setContent( new TextDisplayBuilder().setContent(
`Owned: **×${entry.quantity}** · Value: **${priceText}**` `Owned: **×${entry.quantity}** · Value: **${priceText}**`