Remove commented out code

This commit is contained in:
SileNce5k 2021-03-08 21:17:04 +01:00
parent dcb80eb8da
commit 984c86ef53
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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')])
}