Remove comment
This commit is contained in:
parent
998955ed79
commit
501a78b7c9
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ module.exports = {
|
||||||
"The bot operator also has to have this enabled in the config."
|
"The bot operator also has to have this enabled in the config."
|
||||||
],
|
],
|
||||||
execute({ message, args, prefix, client, owners }) {
|
execute({ message, args, prefix, client, owners }) {
|
||||||
//check if netload whitelist file exists
|
|
||||||
if (!fs.existsSync('./data/netmoduleWhitelist.json')) {
|
if (!fs.existsSync('./data/netmoduleWhitelist.json')) {
|
||||||
fs.writeFileSync('./data/netmoduleWhitelist.json', "[]")
|
fs.writeFileSync('./data/netmoduleWhitelist.json', "[]")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue