diff --git a/app.js b/app.js index 3be3a05..856985f 100644 --- a/app.js +++ b/app.js @@ -97,7 +97,7 @@ async function initialize() { const configExists = fs.existsSync("./config.json"); if (configExists) { - readConfigFromFile(); + readConfigFromFile("./config.json"); config.rooms.forEach(room => { addRoomToList(room); });