diff --git a/commands/misc/netload.js b/commands/misc/netload.js index c7da5c6..0420f63 100644 --- a/commands/misc/netload.js +++ b/commands/misc/netload.js @@ -14,7 +14,6 @@ module.exports = { "The bot operator also has to have this enabled in the config." ], execute({ message, args, prefix, client, owners }) { - //check if netload whitelist file exists if (!fs.existsSync('./data/netmoduleWhitelist.json')) { fs.writeFileSync('./data/netmoduleWhitelist.json', "[]") }