add global command to guilds/debug global commands
This commit is contained in:
5 files changed
+12
-15
No files matched your search
@@ -1,7 +1,7 @@
|
||||
const { EmbedBuilder, ActionRowBuilder, ButtonBuilder, ButtonStyle, SelectMenuBuilder } = require('discord.js');
|
||||
const { Inventory, addInventory } = require('../structures/inventory');
|
||||
|
||||
const getActions = ['pick up', 'grab', 'get', 'aquire', 'obtain', 'gain', 'take possesssion of'];
|
||||
const getActions = ['pick up', 'grab', 'get', 'aquire', 'obtain', 'gain', 'take possesssion of', 'retrieve'];
|
||||
|
||||
module.exports = {
|
||||
name: "inventory",
|
||||
|
||||
Reference in new issue
Block a user