From f8cc64ca7e69070d5bcea78986e29edeb05c34af Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 10 May 2019 20:19:51 -0400 Subject: Add changelog for v1.1.0 --- docs/ext/commands/api.rst | 2 ++ docs/ext/tasks/index.rst | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs/ext') 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 --------------- -- cgit v1.2.3