From 4de314d2c38733ba02a1991e8da3843696e52ca8 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 21 Jan 2020 03:35:43 -0500 Subject: [PATCH] [commands] Export max_concurrency and MaxConcurrencyReached in docs --- docs/ext/commands/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index a8f7e0012..6147d16b9 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -170,6 +170,8 @@ Checks .. autofunction:: discord.ext.commands.cooldown +.. autofunction:: discord.ext.commands.max_concurrency + .. autofunction:: discord.ext.commands.guild_only .. autofunction:: discord.ext.commands.dm_only @@ -325,6 +327,9 @@ Exceptions .. autoexception:: discord.ext.commands.CommandOnCooldown :members: +.. autoexception:: discord.ext.commands.MaxConcurrencyReached + :members: + .. autoexception:: discord.ext.commands.NotOwner :members: @@ -401,6 +406,7 @@ Exception Hierarchy - :exc:`~.commands.DisabledCommand` - :exc:`~.commands.CommandInvokeError` - :exc:`~.commands.CommandOnCooldown` + - :exc:`~.commands.MaxConcurrencyReached` - :exc:`~.commands.ExtensionError` - :exc:`~.commands.ExtensionAlreadyLoaded` - :exc:`~.commands.ExtensionNotLoaded`