aboutsummaryrefslogtreecommitdiff
path: root/bot/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-26 22:58:18 +0000
committermat <github@matdoes.dev>2022-04-26 22:58:18 +0000
commitdd24110019c0ded21e064b2273acc326173c84f5 (patch)
tree5d958ce932379a8b2548e01ccd09d08accce5450 /bot/src
parent5736a790d34cb55202521fcfe807bea6eb5f07c7 (diff)
downloadazalea-drasl-dd24110019c0ded21e064b2273acc326173c84f5.tar.xz
add derive mcbufreadable/writable
Diffstat (limited to 'bot/src')
-rw-r--r--bot/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index 7d129478..71e325c6 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -7,6 +7,7 @@ async fn main() {
// let response = azalea_client::ping::ping_server(&address.try_into().unwrap())
// .await
// .unwrap();
+
// println!("{}", response.description.to_ansi(None));
let _response = azalea_client::connect::join_server(&address.try_into().unwrap())
.await