Skip to content

Commit

Permalink
[New] Added new anime collection
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Sep 3, 2021
1 parent 5228692 commit 3166d97
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@ const admin = (client.commands.admin = new Collection());
const fun = (client.commands.fun = new Collection());
const music = (client.commands.music = new Collection());
const misc = (client.commands.misc = new Collection());
const anime = (client.commands.anime = new Collection());

// Admin Commands
findAndRequire("commands/admin", ".js", admin);

// Fun Commands
findAndRequire("commands/anime", ".js", anime);
findAndRequire("commands/fun", ".js", fun);

// Music Commands
findAndRequire("commands/music", ".js", music);

// Misc Commands
findAndRequire("commands/misc", ".js", misc);

// All commands!
Expand Down

0 comments on commit 3166d97

Please sign in to comment.