try to debug a bit more

This commit is contained in:
Gabriel Fontes
2022-01-28 14:39:12 -03:00
parent 660bb1ae17
commit 2300e44554
3 changed files with 5 additions and 2 deletions

View File

@@ -281,8 +281,11 @@ async fn queue_song(
client: &sunk::Client,
) -> Result<()> {
let input = load_song(song, client).await?;
println!("{:?}", input);
let call = join_channel(&ctx, &msg).await?;
println!("{:?}", call);
let mut handler = call.lock().await;
println!("{:?}", handler);
handler.enqueue_source(input);
let song_info = format!(