Skip to content

Commit

Permalink
feat(soundboard): allow simultaneous playback (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-kramer authored Nov 4, 2023
1 parent 5c8312c commit b82b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/discord/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl Client {
ClientError::DecodingError(why)
})?;

call.play_only_source(source);
call.play_source(source);
Ok(())
}

Expand Down

0 comments on commit b82b5d6

Please sign in to comment.