diff options
| author | Rapptz <[email protected]> | 2016-02-14 21:49:34 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-02-14 21:49:34 -0500 |
| commit | 4584c68f0ca48a1bac7d1fdd0ced7e947fb9da60 (patch) | |
| tree | afec05342717b3b57d0b380ad3adbfb2f7916ad1 /docs | |
| parent | Update owner references when we get a chunk. (diff) | |
| download | discord.py-4584c68f0ca48a1bac7d1fdd0ced7e947fb9da60.tar.xz discord.py-4584c68f0ca48a1bac7d1fdd0ced7e947fb9da60.zip | |
Remove request_offline option.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index a7140895..111a1ee1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -105,6 +105,10 @@ to handle it, which defaults to print a traceback and ignore the exception. Called when the client is done preparing the data received from Discord. Usually after login is successful and the :attr:`Client.servers` and co. are filled up. + .. warning:: + + This function is not guaranteed to be the first event called. + .. function:: on_error(event, \*args, \*\*kwargs) Usually when an event raises an uncaught exception, a traceback is |