true, "name" => "Raindrops System", "id" => "raindrops", "pluralkit" => "gdapd", "avatar" => getAsset("gdapd"), "email" => $_PROFILE["profile"]["email"]["email"] ])); } else if ($_PROFILE["login"] === "Moonglow") { die(json_encode([ "valid" => true, "name" => "Moonglow", "id" => "moonglow", "pluralkit" => "hrbom", "avatar" => getAsset("hrbom"), "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"] ])); }