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::