mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 05:23:03 +00:00 
			
		
		
		
	Fix HTTPClient.recreate to actually work.
Forgot a keyword argument.
This commit is contained in:
		| @@ -161,7 +161,7 @@ class HTTPClient: | ||||
|         yield from self.session.close() | ||||
|  | ||||
|     def recreate(self): | ||||
|         self.session = aiohttp.ClientSession(self.connector, loop=self.loop) | ||||
|         self.session = aiohttp.ClientSession(connector=self.connector, loop=self.loop) | ||||
|  | ||||
|     def _token(self, token, *, bot=True): | ||||
|         self.token = token | ||||
|   | ||||
		Reference in New Issue
	
	Block a user