aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-16 16:23:51 +0000
committermat <github@matdoes.dev>2021-12-16 16:23:51 +0000
commitc12469966e50fe9d269896687e3763cabb039d73 (patch)
tree9d537df4d475d296ef64d882a08be32efec6ef63 /bot
parent279ca8aeda2f8b8ba98ff969fc2801fc5df79167 (diff)
downloadazalea-drasl-c12469966e50fe9d269896687e3763cabb039d73.tar.xz
add resource location to azalea-core
Diffstat (limited to 'bot')
-rw-r--r--bot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index 9cfd7f9a..4e7b3d75 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -2,7 +2,7 @@ use azalea_client::connect::join_server;
use tokio::runtime::Runtime;
async fn bot() {
- let address = "localhost:50388";
+ let address = "95.111.249.143:10000";
let _response = join_server(&address.try_into().unwrap()).await.unwrap();
// println!("{}", response.description.to_ansi(None));
println!("connected");