From 501a78b7c9748bbbe334571ebe9d5a8ffbfb47ab Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 16 Apr 2023 18:23:44 +0200 Subject: [PATCH] Remove comment --- commands/misc/netload.js | 1 - 1 file changed, 1 deletion(-) 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', "[]") }