server->isFunctional()) { ray('Server is not ready.'); return 'Server is not ready.'; } $team = $this->server->team; $percentage = $this->server->storageCheck(); if ($percentage > 1) { ray('Server storage is at '.$percentage.'%'); } } catch (\Throwable $e) { ray($e->getMessage()); return handleError($e); } } }