diff --git a/index.js b/index.js index 63c266d..d0072f0 100644 --- a/index.js +++ b/index.js @@ -300,7 +300,7 @@ client.on("interactionCreate", async interaction => { amount = await checkOwnedItems(interaction.options.getUser("user") || interaction.user, item); _item = item.charAt(0).toUpperCase() + item.slice(1) if (amount != -1) { - inv.push(`${_item}${config.games.placeholder}: ${amount}`) + inv.push(`${config.items[item]} ${_item}: ${amount}`) } } interaction.reply({