switching to IGN
This commit is contained in:
parent
776c026a19
commit
bc0a64a770
2
bot.js
2
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`,
|
||||
|
Loading…
Reference in New Issue
Block a user