diff options
| author | Rapptz <[email protected]> | 2015-10-27 18:03:51 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-27 18:03:51 -0400 |
| commit | 6ae6bd8e6d14f60c7d5c8febeaa26fbc67a6c283 (patch) | |
| tree | d40fd613cea71b2f1c20f72d35aa6ccf08233db1 /docs | |
| parent | Add discord.Object to the documentation. (diff) | |
| download | discord.py-6ae6bd8e6d14f60c7d5c8febeaa26fbc67a6c283.tar.xz discord.py-6ae6bd8e6d14f60c7d5c8febeaa26fbc67a6c283.zip | |
Remove InvalidEventName exception due to it being unused
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api.rst b/docs/api.rst index b659fdce..1ab68ca2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -282,10 +282,6 @@ Exceptions The following exceptions are thrown by the library. - -.. autoclass:: InvalidEventName - :members: - .. autoclass:: InvalidDestination :members: |