We should have the icons ready to access

This commit is contained in:
not-pyroman 2024-03-11 22:24:13 -06:00
parent 640ba827ab
commit 06aa39067f

View file

@ -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({