diff options
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/index.rst | 2 | ||||
| -rw-r--r-- | docs/ext/tasks/index.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/ext/commands/index.rst b/docs/ext/commands/index.rst index df7f0781..fba57359 100644 --- a/docs/ext/commands/index.rst +++ b/docs/ext/commands/index.rst @@ -1,3 +1,5 @@ +.. _discord_ext_commands: + ``discord.ext.commands`` -- Bot commands framework ==================================================== diff --git a/docs/ext/tasks/index.rst b/docs/ext/tasks/index.rst index 27f080c9..206a7beb 100644 --- a/docs/ext/tasks/index.rst +++ b/docs/ext/tasks/index.rst @@ -1,3 +1,5 @@ +.. _discord_ext_tasks: + ``discord.ext.tasks`` -- asyncio.Task helpers ==================================================== |