mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 13:32:57 +00:00 
			
		
		
		
	Add missing space in task example
This commit is contained in:
		| @@ -108,7 +108,7 @@ Doing something during cancellation: | |||||||
|  |  | ||||||
|     class MyCog(commands.Cog): |     class MyCog(commands.Cog): | ||||||
|         def __init__(self, bot): |         def __init__(self, bot): | ||||||
|             self.bot= bot |             self.bot = bot | ||||||
|             self._batch = [] |             self._batch = [] | ||||||
|             self.lock = asyncio.Lock() |             self.lock = asyncio.Lock() | ||||||
|             self.bulker.start() |             self.bulker.start() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user