QuiltMC / cozy-discord

Discord bot used for Quilt's day-to-day tasks. Discord avatar based on Feuerfuchs blobfox emoji at https://www.feuerfuchs.dev/en/projects/blobfox-emojis/
Mozilla Public License 2.0
23 stars 24 forks source link

Link official blog posts for new Minecraft updates #78

Open LostLuma opened 1 year ago

LostLuma commented 1 year ago

Quite a few community members seem the prefer the official blog posts about Minecraft updates, and keep posting the link to the official blog post in each thread posted by the bot. I think it'd make a lot of sense for Cozy to automatically include this link alongside Quilt's one.

While the blog post URL is not included in the launcher patch notes it can be obtained via the API used to fetch articles for https://www.minecraft.net/en-us/articles. See the URL used by the page, the filters can be adjusted to return fewer unrelated articles.

I'm not sure if this is feasible to implement, but I did not see any discussion on this before from a little searching on this issue tracker and in Discord so I figured I'd suggest it.

Edit: It's also possible to find all posts via the sitemap, might be preferred since it has no pagination.