mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-11-03 23:12:56 +00:00 
			
		
		
		
	Fix indentation error
This commit is contained in:
		@@ -135,7 +135,7 @@ class Client:
 | 
			
		||||
        # These two events correspond to the two events necessary
 | 
			
		||||
        # for a connection to be made
 | 
			
		||||
        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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user