mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Add RESUME support.
This commit is contained in:
@ -109,6 +109,10 @@ to handle it, which defaults to print a traceback and ignore the exception.
|
||||
|
||||
This function is not guaranteed to be the first event called.
|
||||
|
||||
.. function:: on_resumed()
|
||||
|
||||
Called when the client has resumed a session.
|
||||
|
||||
.. function:: on_error(event, \*args, \*\*kwargs)
|
||||
|
||||
Usually when an event raises an uncaught exception, a traceback is
|
||||
|
Reference in New Issue
Block a user