Minor changes

This commit is contained in:
August 2024-12-29 21:29:40 -05:00
parent a1212c8d9d
commit 1d0aa2f90b
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -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(),