Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasLamba2006 committed Jul 26, 2023
1 parent 41ad8a6 commit dbfa34c
Show file tree
Hide file tree
Showing 2 changed files with 2,343 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ client.commands = new Discord.Collection();
client.cooldowns = new Discord.Collection();
client.slashCommands = new Discord.Collection();
client.aliases = new Discord.Collection();
client.categories = require("fs").readdirSync(`./slashCommands`);
client.categories = require("fs").readdirSync(`./commands`);
client.allEmojis = require("./botconfig/emojis.js");
client.maps = new Map();

Expand Down
Loading

0 comments on commit dbfa34c

Please sign in to comment.