Browse Source

[commands] Fix exception hierarchy documentation

pull/6189/head
Sebastian Law 4 years ago
committed by GitHub
parent
commit
116fdbddb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/ext/commands/api.rst

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

Loading…
Cancel
Save