Added support for db vars to staff apps

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-10-20 00:00:43 +02:00
parent d91731f8eb
commit 0b2d9b50cc
2 changed files with 6 additions and 4 deletions

View File

@@ -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