Skip to content

Commit

Permalink
feat: Removed unnecessary value
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed Jul 28, 2024
1 parent e340f23 commit d860e1f
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 @@ -122,7 +122,7 @@ try {
const command = require(`./src/commands/${folder}/${file}`);
if (command.name) {
commands.set(command.name, command);
commandsFolder.set(command.name, { folder, name: command.name });
commandsFolder.set(command.name, { folder });
}
}
});
Expand Down

0 comments on commit d860e1f

Please sign in to comment.