diff options
| author | mat <github@matdoes.dev> | 2021-12-16 23:33:06 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-16 23:33:06 -0600 |
| commit | c4eecaf13a4f8f0a81dc278078727df23caa8411 (patch) | |
| tree | 5082f54d1a9242281d80c250e587235a3ac3755b /bot | |
| parent | 1dc56b6f519f386b6e0b5eac47a84576cedbbb33 (diff) | |
| download | azalea-drasl-c4eecaf13a4f8f0a81dc278078727df23caa8411.tar.xz | |
try to implement compression
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index f6a8d872..1041e765 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -5,6 +5,7 @@ async fn main() { println!("Hello, world!"); let address = "95.111.249.143:10000"; + // let address = "localhost:63482"; let _response = join_server(&address.try_into().unwrap()).await.unwrap(); // println!("{}", response.description.to_ansi(None)); println!("connected"); |
