diff options
| author | mat <github@matdoes.dev> | 2023-03-01 21:08:03 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-01 21:08:03 +0000 |
| commit | bf4ff517890cad3ff4e36b4b78959504192e5374 (patch) | |
| tree | 0f752c8c6d934aa6265f1ebbb28b90d505a90570 | |
| parent | 7bfca9d228eb58839506f72555650d29ef26ee90 (diff) | |
| download | azalea-drasl-bf4ff517890cad3ff4e36b4b78959504192e5374.tar.xz | |
remove a ?
| -rw-r--r-- | azalea/examples/testbot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index 81e4148b..dd1629ae 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -172,7 +172,7 @@ async fn swarm_handle( tokio::time::sleep(Duration::from_secs(5)).await; swarm .add_with_exponential_backoff(account, State::default()) - .await?; + .await; } SwarmEvent::Chat(m) => { println!("swarm chat message: {}", m.message().to_ansi()); |
