Update ready.js

This commit is contained in:
Christer Warén 2021-09-12 17:49:07 +03:00
parent 88fdad4ab9
commit a20e7a1c8e

View File

@ -108,7 +108,7 @@ module.exports = {
if(client.stations) { if(client.stations) {
/*MAINTENANCE MODE*/ /*MAINTENANCE MODE*/
client.funcs.logger("Maintenance Mode", "Disabled"); client.funcs.logger("Maintenance Mode", "Disabled");
client.config.maintenance = false; client.config.maintenanceMode = false;
} }
}, 10000); }, 10000);