You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, the URL of Mojang's Release Post is hard-coded as https://www.minecraft.net/en-us/article/minecraft-snapshot-${currentSnapshot.name}, which might break if Mojang uses another link schema. As the bot currently generate RedditPost from scratch every time, we couldn't even fix this issue by hand when such thing happens.
The text was updated successfully, but these errors were encountered:
The Bug
In the current implementation, the URL of Mojang's Release Post is hard-coded as
https://www.minecraft.net/en-us/article/minecraft-snapshot-${currentSnapshot.name}
, which might break if Mojang uses another link schema. As the bot currently generateRedditPost
from scratch every time, we couldn't even fix this issue by hand when such thing happens.The text was updated successfully, but these errors were encountered: