Changed not much

This commit is contained in:
plane000
2018-05-21 14:04:06 +01:00
parent d7e2eb25e7
commit 16bc3618eb
3 changed files with 14 additions and 15 deletions

View File

@@ -39,8 +39,8 @@ module.exports.loadDefaults = function() {
name: 'SERVER NAME',
rules: ['RULE 0', 'RULE 1'],
adminroles: ['123456789101112', '123456789101112']
}
};
};
}
module.exports.loadFromFile = function() {
config = JSON.parse(fs.readFileSync('resources/config.json'));