split voice ops into its own library

This commit is contained in:
Zomatree
2024-05-13 14:09:08 +01:00
parent 675c7d6c0d
commit ffbc899792
17 changed files with 446 additions and 217 deletions

View File

@@ -134,7 +134,9 @@ pub enum ErrorType {
// ? Voice errors
LiveKitUnavailable,
AlreadyInVoiceChannel
AlreadyInVoiceChannel,
NotAVoiceChannel,
AlreadyConnected
}
#[macro_export]