This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files

6 lines
411 B
JavaScript

const fetchSync = require("@the-bds-maneger/fetchsync");
module.exports = {
Servers: fetchSync("https://raw.githubusercontent.com/Bds-Maneger/Raw_files/main/Server.json").json(),
PHPBin: fetchSync("https://raw.githubusercontent.com/The-Bds-Maneger/Raw_files/main/php_bin.json").json(),
GoogleDriver: fetchSync("https://raw.githubusercontent.com/Bds-Maneger/Raw_files/main/credentials.json").json()
}