Fix path
parent
e8d8f8c6da
commit
2fd3414e63
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue