fix: use existing node if someone is already in the voice channel

This commit is contained in:
Zomatree
2025-03-25 20:37:06 +00:00
parent 8b5e085232
commit 091aa4705b
4 changed files with 26 additions and 9 deletions

View File

@@ -324,7 +324,7 @@ auto_derived!(
/// Join a voice channel
pub struct DataJoinCall {
pub node: String
pub node: Option<String>
}
);