Remove comment

This commit is contained in:
SileNce5k 2023-04-16 18:23:44 +02:00
parent 998955ed79
commit 501a78b7c9
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

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