diff options
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 0f61be2f..d983d1f1 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -187,6 +187,9 @@ Errors .. autoexception:: discord.ext.commands.CommandError :members: +.. autoexception:: discord.ext.commands.ConversionError + :members: + .. autoexception:: discord.ext.commands.MissingRequiredArgument :members: |