diff --git a/commands/inventory-add.js b/commands/inventory-add.js index 40bf053..c778fe0 100644 --- a/commands/inventory-add.js +++ b/commands/inventory-add.js @@ -1,6 +1,6 @@ const { MessageEmbed } = require('discord.js'); -const actions = ["picked up", "grabbed", "got", "aquired"]; +const actions = ['pick up', 'grab', 'get', 'aquire', 'obtain', 'gain', 'take possesssion of']; module.exports = { name: "inventory-add",