aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index fc278c28..14fc9656 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -3,7 +3,8 @@ async fn main() {
println!("Hello, world!");
// let address = "95.111.249.143:10000";
- let address = "localhost:63097";
+ // let address = "localhost:52467";
+ let address = "localhost:25566";
// let response = azalea_client::ping::ping_server(&address.try_into().unwrap())
// .await
// .unwrap();