diff options
| author | mat <github@matdoes.dev> | 2022-06-21 23:19:31 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-21 23:19:31 -0500 |
| commit | c7b0c51274b5d8548c8a2f829b75dfbec4038be2 (patch) | |
| tree | 0388b5e4eb54b355b1738b85e7ca13139078f9be /bot/src | |
| parent | 0280fb58e1c2ae4194543f318c9b88584a20039c (diff) | |
| download | azalea-drasl-c7b0c51274b5d8548c8a2f829b75dfbec4038be2.tar.xz | |
Add move_to
Diffstat (limited to 'bot/src')
| -rw-r--r-- | bot/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index 6ff4cc0b..546a9244 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -6,7 +6,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:59021"; + let address = "localhost:57172"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
