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
2021-06-23 22:04:06 -03:00

6 lines
396 B
JavaScript

const fetchSync = require("./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()
}