diff --git a/src/client/events/ready.js b/src/client/events/ready.js index 1db73dc..8ffcd6e 100644 --- a/src/client/events/ready.js +++ b/src/client/events/ready.js @@ -89,7 +89,7 @@ module.exports = { }, 5000); setTimeout(function () { - if(client.stations.list) { + if(client.stations) { /*MAINTENANCE MODE*/ client.funcs.logger("Maintenance Mode", "Disabled"); client.config.maintenanceMode = false;