diff --git a/commands/inventory.js b/commands/inventory.js index 662a0c6..19b5fad 100644 --- a/commands/inventory.js +++ b/commands/inventory.js @@ -15,9 +15,9 @@ module.exports = { SlashCommand: { options: [ { - name: "list", + name: "view", description: "View your inventory", - value: "list", + value: "view", type: 1, }, { @@ -209,7 +209,7 @@ module.exports = { }); } else inventory = inventory.inventory - if (args[0].name == 'list') { + if (args[0].name == 'view') { // Display Inventory let inventoryEmbed = new MessageEmbed()