Remove commented out code
This commit is contained in:
parent
dcb80eb8da
commit
984c86ef53
1 changed files with 0 additions and 3 deletions
|
@ -15,8 +15,5 @@ module.exports = function (client) { //TODO: Add ability to reload specified com
|
|||
const command = require(`../commands/${file}`);
|
||||
client.commands.set(command.name, command);
|
||||
}
|
||||
|
||||
|
||||
//console.log(require.cache[require.resolve('../commands')])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue