fix: encode to a new vec instead of an empty one when rendering, log more stuff for debugging
This commit is contained in:
@@ -304,7 +304,6 @@ pub async fn handle(state: State, interaction: Interaction) {
|
||||
.between_in_vc(start, end, guild_id, voice_channel_id);
|
||||
|
||||
while let Some(recording) = recordings.try_next().await.expect("TODO") {
|
||||
tracing::debug!(?recording);
|
||||
let recording_data = state
|
||||
.recording_manager
|
||||
.read(&recording)
|
||||
|
||||
Reference in New Issue
Block a user