Added symphonia back to fix audio bug
This commit is contained in:
@@ -53,7 +53,7 @@ pub async fn run(ctx: &Context, command: &CommandInteraction) {
|
||||
// Join the user's voice channel
|
||||
match join_voice_channel(&ctx.cache, &manager, guild_id, &command.user).await {
|
||||
Ok(channel_id) => {
|
||||
log::debug!("<{guild_id}> Play command executed on {channel_id} with track: {track_url:?}");
|
||||
log::debug!("<{guild_id}> Play command executed on channel {channel_id} with track: {track_url:?}");
|
||||
// Handle the track url
|
||||
match enqueue_track(ctx, manager, guild_id.to_owned(), track_url).await {
|
||||
Ok(items) => {
|
||||
|
||||
Reference in New Issue
Block a user