We should have the icons ready to access
This commit is contained in:
parent
640ba827ab
commit
06aa39067f
2
index.js
2
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({
|
||||
|
|
Loading…
Reference in a new issue