feat: implement rendering
This commit is contained in:
@@ -120,8 +120,8 @@ pub async fn handle(state: State, interaction: Interaction) {
|
||||
.expect("TODO");
|
||||
|
||||
match join_and_record()
|
||||
.audio_channels(state.audio_channels)
|
||||
.audio_sample_rate(state.audio_sample_rate)
|
||||
.audio_channels(state.audio_channels.into())
|
||||
.audio_sample_rate(state.audio_sample_rate.into())
|
||||
.guild_id(guild_id)
|
||||
.recording_manager(state.recording_manager)
|
||||
.songbird(&state.songbird)
|
||||
|
||||
Reference in New Issue
Block a user