Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanmanan authored Apr 9, 2021
1 parent 2cd9fed commit 48e5ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ client.commands = new discord.Collection();
client.aliases = new discord.Collection();

["command", "events"].forEach(handler => {
require(`./handlers/${handler}`)(client);
require(`./handler/${handler}`)(client);
});


Expand Down

0 comments on commit 48e5ea1

Please sign in to comment.