Fix more deprecation warnings for 3.8
This commit is contained in:
		@@ -110,7 +110,7 @@ Doing something during cancellation:
 | 
			
		||||
        def __init__(self, bot):
 | 
			
		||||
            self.bot= bot
 | 
			
		||||
            self._batch = []
 | 
			
		||||
            self.lock = asyncio.Lock(loop=bot.loop)
 | 
			
		||||
            self.lock = asyncio.Lock()
 | 
			
		||||
            self.bulker.start()
 | 
			
		||||
 | 
			
		||||
        async def do_bulk(self):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user