diff --git a/util/commands.js b/util/commands.js index c9c4b5b..70f59fd 100755 --- a/util/commands.js +++ b/util/commands.js @@ -8,7 +8,6 @@ for (const plugin of bpl) { } try { const commandName = plugin.split('.js')[0] - console.log(commandName) if(commandName == "settings" && settings.userSettingsDisabled) continue cmds[commandName] = require(`../commands/${plugin}`) if (cmds[commandName].level === undefined) {