diff options
Diffstat (limited to 'bot/src')
| -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"); |
