Fix move_to related voice state bugs

This commit is contained in:
Imayhaveborkedit
2024-01-26 20:14:19 -05:00
committed by GitHub
parent e25b7ff3f8
commit a9ff58724b
2 changed files with 15 additions and 4 deletions

View File

@ -827,7 +827,7 @@ class DiscordVoiceWebSocket:
self.loop: asyncio.AbstractEventLoop = loop
self._keep_alive: Optional[VoiceKeepAliveHandler] = None
self._close_code: Optional[int] = None
self.secret_key: Optional[str] = None
self.secret_key: Optional[List[int]] = None
if hook:
self._hook = hook