aboutsummaryrefslogtreecommitdiff
path: root/bot/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-26 22:15:07 -0500
committermat <github@matdoes.dev>2022-04-26 22:15:07 -0500
commitf859dbbba06278f52517b0096b92ff3a6932ee28 (patch)
tree66f72298eb041f77afd4cff75e39e41caf91a7b0 /bot/src
parent9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 (diff)
downloadazalea-drasl-f859dbbba06278f52517b0096b92ff3a6932ee28.tar.xz
update brigadier
Diffstat (limited to 'bot/src')
-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 b13a608b..d7905661 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -3,7 +3,7 @@ async fn main() {
println!("Hello, world!");
// let address = "95.111.249.143:10000";
- let address = "localhost:57308";
+ let address = "localhost:53810";
// let response = azalea_client::ping::ping_server(&address.try_into().unwrap())
// .await
// .unwrap();