From 640ba827ab071cdb5ad7227d359d3507a2c0e7a1 Mon Sep 17 00:00:00 2001 From: not-pyroman Date: Mon, 11 Mar 2024 22:01:01 -0600 Subject: [PATCH] typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1c79aaf..63c266d 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.game.placeholder}: ${amount}`) + inv.push(`${_item}${config.games.placeholder}: ${amount}`) } } interaction.reply({