mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +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