aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea/examples/testbot.rs2
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());