imgbot
Kieran 2022-09-09 22:27:32 +01:00
parent e8d8f8c6da
commit 2fd3414e63
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module.exports = async (client) => {
eventFiles.map((value) => require(value));
// Slash Commands
const slashCommands = await globPromise(`${process.cwd()}/src//SlashCommands/*/*.js`);
const slashCommands = await globPromise(`${process.cwd()}/src/slashCommands/*/*.js`);
const arrayOfSlashCommands = [];
slashCommands.map((value) => {