use hypixel::handler::resources; #[tokio::test] async fn resources() { let t = resources::challenges().await.unwrap(); println!("{t:?}"); }