mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-10 15:59:50 +00:00
Fix indentation error
This commit is contained in:
parent
dd0bb3baa1
commit
b4dc9f4b62
@ -135,7 +135,7 @@ class Client:
|
|||||||
# These two events correspond to the two events necessary
|
# These two events correspond to the two events necessary
|
||||||
# for a connection to be made
|
# for a connection to be made
|
||||||
self._voice_data_found = asyncio.Event(loop=self.loop)
|
self._voice_data_found = asyncio.Event(loop=self.loop)
|
||||||
self._session_id_found = asyncio.Event(loop=self.loop)
|
self._session_id_found = asyncio.Event(loop=self.loop)
|
||||||
|
|
||||||
# internals
|
# internals
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user