diff options
| -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 d983d1f1..ddbd6325 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -196,6 +196,9 @@ Errors .. autoexception:: discord.ext.commands.BadArgument :members: +.. autoexception:: discord.ext.commands.BadUnionArgument + :members: + .. autoexception:: discord.ext.commands.NoPrivateMessage :members: |