From 5c2fafbd5e1d468e9527a50fa1add6e6dc781d66 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 5 Aug 2022 10:52:09 -0700 Subject: [PATCH] change inventory list to inventory view --- commands/inventory.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()