From 4af6f097c543bf45da04d157bea8fda32d776bce Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Tue, 30 Jun 2020 15:25:00 +0100 Subject: [PATCH] rmeove champ --- data/bot/lib/requests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bot/lib/requests.js b/data/bot/lib/requests.js index db7a0b0..45bdb71 100644 --- a/data/bot/lib/requests.js +++ b/data/bot/lib/requests.js @@ -12,7 +12,7 @@ module.exports = { var options = { method: 'GET', url: 'https://football-pro.p.rapidapi.com/api/v2.0/livescores', - qs: { tz: 'Europe/London', leagues: '8,9,2,5,23,24', include: 'localTeam,visitorTeam' }, + qs: { tz: 'Europe/London', leagues: '8,2,5,23,24', include: 'localTeam,visitorTeam' }, headers: { 'x-rapidapi-host': 'football-pro.p.rapidapi.com', 'x-rapidapi-key': process.env.RAPIDAPI_API_KEY,