I just forgot to read from the file LOL
This commit is contained in:
parent
a3fbe7434a
commit
8ca1cc2b8f
2
app.js
2
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);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user