Skip to content

Commit e0de13f

Browse files
committed
fix: dont tryerror
1 parent 3c1f2c4 commit e0de13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chuckle-interactions/src/commands/breakout_rooms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub async fn destroy(
145145
.http_client()
146146
.update_guild_member(ctx.interaction.guild_id.unwrap(), state.user_id())
147147
.channel_id(Some(channel))
148-
.await?;
148+
.await;
149149
});
150150

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

0 commit comments

Comments
 (0)