Update ready.js

This commit is contained in:
Christer Warén 2021-09-09 18:55:33 +03:00
parent 44a708548f
commit 3b5c241872

View File

@ -99,5 +99,11 @@ module.exports = {
client.funcs.restoreRadios(client, guilds);
}, 5000);
setTimeout(function () {
/*MAINTENANCE MODE*/
client.funcs.logger("Maintenance Mode", "Disabled");
client.config.maintenance = false;
}, 10000);
}
}