switching to IGN

This commit is contained in:
Michael (GP) 2022-11-23 17:25:52 -05:00
parent 776c026a19
commit bc0a64a770

2
bot.js
View File

@ -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`,