aboutsummaryrefslogtreecommitdiff
path: root/docs/ext
diff options
context:
space:
mode:
authorSebastian Law <[email protected]>2020-12-22 01:23:37 -0800
committerGitHub <[email protected]>2020-12-22 04:23:37 -0500
commit116fdbddb95af0195cae3449a1cb4fb0c75092fc (patch)
tree02d0747d09d864b7ea37778012aa9fd12ea14e36 /docs/ext
parentFix reaction_roles example logic (diff)
downloaddiscord.py-116fdbddb95af0195cae3449a1cb4fb0c75092fc.tar.xz
discord.py-116fdbddb95af0195cae3449a1cb4fb0c75092fc.zip
[commands] Fix exception hierarchy documentation
Diffstat (limited to 'docs/ext')
-rw-r--r--docs/ext/commands/api.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index f97af13c..a022a4e3 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::