feat: mute

This commit is contained in:
2026-04-16 23:13:45 -04:00
parent 2bf42e47c5
commit 612a696829

View File

@@ -288,6 +288,8 @@ pub async fn handle(state: State, interaction: Interaction) {
call.add_global_event(CoreEvent::SpeakingStateUpdate.into(), handler.clone()); call.add_global_event(CoreEvent::SpeakingStateUpdate.into(), handler.clone());
call.add_global_event(CoreEvent::VoiceTick.into(), handler); call.add_global_event(CoreEvent::VoiceTick.into(), handler);
call.mute(true).await.expect("TODO");
} }
let channel_mention = format!("<#{voice_channel_id}>"); let channel_mention = format!("<#{voice_channel_id}>");