Skip to content

Commit

Permalink
fix: dont tryerror
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Nov 8, 2023
1 parent 3c1f2c4 commit e0de13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chuckle-interactions/src/commands/breakout_rooms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub async fn destroy(
.http_client()
.update_guild_member(ctx.interaction.guild_id.unwrap(), state.user_id())
.channel_id(Some(channel))
.await?;
.await;
});

tracing::info!("successfully moved user: {:?}", res);
Expand Down

0 comments on commit e0de13f

Please sign in to comment.