diff options
| -rw-r--r-- | docs/ext/tasks/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/tasks/index.rst b/docs/ext/tasks/index.rst index aebb7f16..94d1320d 100644 --- a/docs/ext/tasks/index.rst +++ b/docs/ext/tasks/index.rst @@ -1,6 +1,8 @@ ``discord.ext.tasks`` -- asyncio.Task helpers ==================================================== +.. versionadded:: 1.1.0 + One of the most common operations when making a bot is having a loop run in the background at a specified interval. This pattern is very common but has a lot of things you need to look out for: - How do I handle :exc:`asyncio.CancelledError`? |