diff options
| author | mat <github@matdoes.dev> | 2022-01-01 18:59:38 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-01-01 18:59:38 -0600 |
| commit | 9f576c5600ba9a244bc0d433bb7de174284066a2 (patch) | |
| tree | 4c571515d0cd85733e027ed262b449a512e87474 /bot | |
| parent | 1a961d968b80b720ef2d3900c0b95e1c16a0089e (diff) | |
| download | azalea-drasl-9f576c5600ba9a244bc0d433bb7de174284066a2.tar.xz | |
start work on encryption
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index 1041e765..435803e2 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -4,8 +4,8 @@ use azalea_client::connect::join_server; async fn main() { println!("Hello, world!"); - let address = "95.111.249.143:10000"; - // let address = "localhost:63482"; + // let address = "95.111.249.143:10000"; + let address = "localhost:58566"; let _response = join_server(&address.try_into().unwrap()).await.unwrap(); // println!("{}", response.description.to_ansi(None)); println!("connected"); |
