mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 06:20:20 +00:00
Update ready event
This commit is contained in:
parent
214dff29d5
commit
0ee3ca5e08
@ -89,7 +89,7 @@ module.exports = {
|
|||||||
}, 5000);
|
}, 5000);
|
||||||
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
if(client.stations.list) {
|
if(client.stations) {
|
||||||
/*MAINTENANCE MODE*/
|
/*MAINTENANCE MODE*/
|
||||||
client.funcs.logger("Maintenance Mode", "Disabled");
|
client.funcs.logger("Maintenance Mode", "Disabled");
|
||||||
client.config.maintenanceMode = false;
|
client.config.maintenanceMode = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user