debug a bit more

This commit is contained in:
Gabriel Fontes
2022-01-28 15:32:01 -03:00
parent 042dbb71a6
commit 90bc694427
3 changed files with 3 additions and 2 deletions

View File

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