Browse Source
[commands] Fix exception hierarchy documentation
pull/6189/head
Sebastian Law
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
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:: |
|
|
|
|
|
|
|