From 06aa39067fc1e109f4b232ade4e859711c825eaa Mon Sep 17 00:00:00 2001 From: not-pyroman Date: Mon, 11 Mar 2024 22:24:13 -0600 Subject: [PATCH] We should have the icons ready to access --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({