diff options
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 |
