From bc0a64a770125d1fa0800f2fdba866e23e655824 Mon Sep 17 00:00:00 2001 From: "Michael (GP)" Date: Wed, 23 Nov 2022 17:25:52 -0500 Subject: [PATCH] switching to IGN --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 0d96b50..3d516a6 100644 --- a/bot.js +++ b/bot.js @@ -21,7 +21,7 @@ async function postFeed() { api_url: `${process.env.MASTODON_API_URL}`, }); - let feed = await parser.parseURL("https://eurogamer.net/?format=rss"); + let feed = await parser.parseURL("http://feeds.feedburner.com/ign/games-all"); let timeline = await M.get( `accounts/${process.env.MASTODON_ACCOUNT_ID}/statuses`,