diff --git a/util/reloadCommands.js b/util/reloadCommands.js index 0386c0b..e5c2c4e 100644 --- a/util/reloadCommands.js +++ b/util/reloadCommands.js @@ -2,7 +2,7 @@ const fs = require('fs') const filepath = 'commands/' -module.exports = function (client) { //TODO: Add ability to reload specified commands with arguments +module.exports = function (client) { let commandFiles = fs.readdirSync(filepath).filter(file => file.endsWith('.js')); if (client.commands.size != 0) {