diff options
| author | Rapptz <[email protected]> | 2018-07-20 06:02:29 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-07-20 06:02:29 -0400 |
| commit | 52767cf315e1b54e89d8328443a84fafe905148d (patch) | |
| tree | 4d0a9c920664da324a4afdfd3fb20d4a978111d4 /docs | |
| parent | Bump websockets to 6.0 for 3.7 compatibility. (diff) | |
| download | discord.py-52767cf315e1b54e89d8328443a84fafe905148d.tar.xz discord.py-52767cf315e1b54e89d8328443a84fafe905148d.zip | |
[commands] Add documentation for BadUnionArgument
Diffstat (limited to 'docs')
| -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: |