aboutsummaryrefslogtreecommitdiff
path: root/docs/ext
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ext')
-rw-r--r--docs/ext/commands/api.rst2
-rw-r--r--docs/ext/tasks/index.rst2
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
---------------