diff options
| author | mat <github@matdoes.dev> | 2022-05-05 19:57:46 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-05 19:57:46 -0500 |
| commit | 57b76ef52b7a9b516710aea5ba5d6f0141c8d6cf (patch) | |
| tree | 8768e27836a28a75dd4d5dbec412f3110f894874 /bot/src | |
| parent | 9a9fd8fcdda6e36a2468731034df9c13f45e378f (diff) | |
| download | azalea-drasl-57b76ef52b7a9b516710aea5ba5d6f0141c8d6cf.tar.xz | |
Add bit storage
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 504c8d41..167f4edc 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -5,7 +5,7 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "172.23.192.1:65163"; + let address = "172.23.192.1:65111"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
