diff --git a/src/handler/index.js b/src/handler/index.js index e2e0458..c211738 100644 --- a/src/handler/index.js +++ b/src/handler/index.js @@ -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) => {