diff options
| -rw-r--r-- | docs/ext/commands/api.rst | 8 |
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:: |