6 lines
411 B
JavaScript
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()
|
|
} |