From 116fdbddb95af0195cae3449a1cb4fb0c75092fc Mon Sep 17 00:00:00 2001 From: Sebastian Law <44045823+SebbyLaw@users.noreply.github.com> Date: Tue, 22 Dec 2020 01:23:37 -0800 Subject: [PATCH] [commands] Fix exception hierarchy documentation --- docs/ext/commands/api.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index f97af13c3..a022a4e3a 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -416,9 +416,15 @@ Exceptions .. autoexception:: discord.ext.commands.ChannelNotReadable :members: +.. autoexception:: discord.ext.commands.BadColourArgument + :members: + .. autoexception:: discord.ext.commands.RoleNotFound :members: +.. autoexception:: discord.ext.commands.BadInviteArgument + :members: + .. autoexception:: discord.ext.commands.EmojiNotFound :members: @@ -472,7 +478,7 @@ Exceptions Exception Hierarchy -+++++++++++++++++++++ +~~~~~~~~~~~~~~~~~~~~~ .. exception_hierarchy::