New server fix

This commit is contained in:
August 2026-05-03 14:45:04 -04:00
parent 0181f96c7b
commit e5850f8b89
Signed by: shibedrill
SSH Key Fingerprint: SHA256:M0m3JW1s38BgO2t0fG146Yxd9OJ2IOqkvCAsuRHQ6Pw

View File

@ -25,7 +25,7 @@ async fn main() {
"Project MCRV".into(), "Project MCRV".into(),
); );
let dawn = Minecraft::new( let dawn = Minecraft::new(
Url::try_from("https://api.mcstatus.io/v2/status/java/mchprs.shibedrill.site").unwrap(), Url::try_from("https://api.mcstatus.io/v2/status/java/dawn.shibedrill.site").unwrap(),
std::env::var("TOKEN_BOT_MC_DAWN").unwrap(), std::env::var("TOKEN_BOT_MC_DAWN").unwrap(),
"Dawn Group".into(), "Dawn Group".into(),
); );