Minor changes
This commit is contained in:
parent
a1212c8d9d
commit
1d0aa2f90b
@ -16,9 +16,9 @@ async fn main() {
|
|||||||
dotenv().ok();
|
dotenv().ok();
|
||||||
pretty_env_logger::init();
|
pretty_env_logger::init();
|
||||||
let gamerzone = Minecraft::new(
|
let gamerzone = Minecraft::new(
|
||||||
Url::try_from("https://api.mcstatus.io/v2/status/java/gamer.shibedrill.site").unwrap(),
|
Url::try_from("https://api.mcstatus.io/v2/status/java/bleat.shibedrill.site").unwrap(),
|
||||||
std::env::var("TOKEN_BOT_MC_GAMER").unwrap(),
|
std::env::var("TOKEN_BOT_MC_BLEAT").unwrap(),
|
||||||
"Gamer SMP".into(),
|
"DeersCord SMP".into(),
|
||||||
);
|
);
|
||||||
let mchprs = Minecraft::new(
|
let mchprs = 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/mchprs.shibedrill.site").unwrap(),
|
||||||
|
Loading…
Reference in New Issue
Block a user