diff options
Diffstat (limited to 'filamento/examples/example.rs')
-rw-r--r-- | filamento/examples/example.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filamento/examples/example.rs b/filamento/examples/example.rs index 12ede0d..8ebfde0 100644 --- a/filamento/examples/example.rs +++ b/filamento/examples/example.rs @@ -52,10 +52,10 @@ async fn main() { client.connect().await.unwrap(); tokio::time::sleep(Duration::from_secs(5)).await; info!("changing nick"); - // client - // .change_nick(Some("britney".to_string())) - // .await - // .unwrap(); + client + .change_nick(Some("britney".to_string())) + .await + .unwrap(); info!("sending message"); client .send_message( |