true, "name" => "Raindrops System", "id" => "raindrops", "pluralkit" => "gdapd", "avatar" => getAsset("gdapd"), "email" => $_PROFILE["profile"]["email"]["email"] ])); } else if ($_PROFILE["login"] === "cloudburst") { die(json_encode([ "valid" => true, "name" => "Cloudburst System", "id" => "cloudburst", "pluralkit" => "ynmuc", "avatar" => getAsset("ynmuc"), "email" => $_PROFILE["profile"]["email"]["email"] ])); } else { die(json_encode([ "valid" => true, "name" => $app["other"]["name"], "id" => $app["other"]["slug"], "pluralkit" => $app["other"]["id"], "avatar" => getAsset($app["other"]["id"]), "email" => $_PROFILE["profile"]["email"]["email"] ])); }