Omega
Results
3
comments of
Omega
``` let options = { hostname: 'api.hypixel.net', path: `/skyblock/profiles?uuid=${UUID}`, method: 'GET', headers: { 'API-Key': config.hypixelKey } }; let req = https.request(options, (res) => { let data = '' res.on('data', (chunk)...
bump
Also happening to me.