From 1d0aa2f90b05d189ac85c3c963b82f5547e8e4bb Mon Sep 17 00:00:00 2001 From: shibedrill Date: Sun, 29 Dec 2024 21:29:40 -0500 Subject: [PATCH] Minor changes --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 950845d..cf100f3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,9 +16,9 @@ async fn main() { dotenv().ok(); pretty_env_logger::init(); let gamerzone = Minecraft::new( - Url::try_from("https://api.mcstatus.io/v2/status/java/gamer.shibedrill.site").unwrap(), - std::env::var("TOKEN_BOT_MC_GAMER").unwrap(), - "Gamer SMP".into(), + Url::try_from("https://api.mcstatus.io/v2/status/java/bleat.shibedrill.site").unwrap(), + std::env::var("TOKEN_BOT_MC_BLEAT").unwrap(), + "DeersCord SMP".into(), ); let mchprs = Minecraft::new( Url::try_from("https://api.mcstatus.io/v2/status/java/mchprs.shibedrill.site").unwrap(),