diff options
| author | mat <github@matdoes.dev> | 2022-04-26 22:58:18 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-26 22:58:18 +0000 |
| commit | dd24110019c0ded21e064b2273acc326173c84f5 (patch) | |
| tree | 5d958ce932379a8b2548e01ccd09d08accce5450 /bot/src | |
| parent | 5736a790d34cb55202521fcfe807bea6eb5f07c7 (diff) | |
| download | azalea-drasl-dd24110019c0ded21e064b2273acc326173c84f5.tar.xz | |
add derive mcbufreadable/writable
Diffstat (limited to 'bot/src')
| -rw-r--r-- | bot/src/main.rs | 1 |
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 |
