diff options
author | 2025-02-18 06:14:43 +0000 | |
---|---|---|
committer | 2025-02-18 06:14:43 +0000 | |
commit | 5dd488550f9959914d16bde9269284ebd043e0e6 (patch) | |
tree | 3201c93bb0a457526f62139501e697287b2db9a1 /luz/src/main.rs | |
parent | 68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b (diff) | |
download | luz-5dd488550f9959914d16bde9269284ebd043e0e6.tar.gz luz-5dd488550f9959914d16bde9269284ebd043e0e6.tar.bz2 luz-5dd488550f9959914d16bde9269284ebd043e0e6.zip |
WIP: roster retrieval
Diffstat (limited to '')
-rw-r--r-- | luz/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/luz/src/main.rs b/luz/src/main.rs index 7b3815f..5e9cd13 100644 --- a/luz/src/main.rs +++ b/luz/src/main.rs @@ -18,6 +18,5 @@ async fn main() { }); luz.send(CommandMessage::Connect).await.unwrap(); - luz.send(CommandMessage::GetRoster).await.unwrap(); tokio::time::sleep(Duration::from_secs(15)).await; } |