diff options
| author | Rapptz <[email protected]> | 2019-05-10 20:19:51 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-05-10 20:19:51 -0400 |
| commit | f8cc64ca7e69070d5bcea78986e29edeb05c34af (patch) | |
| tree | 0846b5225a1f2b4c6edaef18020338ebd2682964 /docs/ext | |
| parent | Fix typo in Loop.restart documentation (diff) | |
| download | discord.py-f8cc64ca7e69070d5bcea78986e29edeb05c34af.tar.xz discord.py-f8cc64ca7e69070d5bcea78986e29edeb05c34af.zip | |
Add changelog for v1.1.0
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/api.rst | 2 | ||||
| -rw-r--r-- | docs/ext/tasks/index.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 3400efe0..e9705125 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -134,6 +134,8 @@ Checks .. autofunction:: discord.ext.commands.guild_only +.. autofunction:: discord.ext.commands.dm_only + .. autofunction:: discord.ext.commands.is_owner .. autofunction:: discord.ext.commands.is_nsfw diff --git a/docs/ext/tasks/index.rst b/docs/ext/tasks/index.rst index 0e9a65b9..27f080c9 100644 --- a/docs/ext/tasks/index.rst +++ b/docs/ext/tasks/index.rst @@ -128,6 +128,8 @@ Doing something during cancellation: await self.do_bulk() +.. _ext_tasks_api: + API Reference --------------- |