mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-23 08:53:11 +00:00
Fix move_to related voice state bugs
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user