change inventory list to inventory view
This commit is contained in:
1 file changed
+3
-3
@@ -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()
|
||||
|
||||
Reference in new issue
Block a user