feat: support multiple voice nodes

This commit is contained in:
Zomatree
2025-02-17 01:39:00 +00:00
parent 060b4c43f4
commit 367ac887f4
20 changed files with 209 additions and 83 deletions

View File

@@ -161,6 +161,7 @@ pub enum ErrorType {
AlreadyInVoiceChannel,
NotAVoiceChannel,
AlreadyConnected,
UnknownNode,
// ? Micro-service errors
ProxyError,
FileTooSmall,