Added support for db vars to staff apps
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -9,7 +9,8 @@ const commands = [];
|
||||
// const commandFiles = fs.readdirSync('./commands-testing').filter(file => file.endsWith('.js'));
|
||||
|
||||
const commandFiles = [
|
||||
"../commands/config.js"
|
||||
"../commands/config.js",
|
||||
"../commands/setup.js"
|
||||
]
|
||||
|
||||
// Grab the SlashCommandBuilder#toJSON() output of each command's data for deployment
|
||||
|
||||
Reference in New Issue
Block a user