kittenswolf
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/ext/tasks/index.rst
|
@ -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() |
|
|