Client.on_disconnect()¶
- Client.on_disconnect()
Decorator for handling disconnections.
This does the same thing as
add_handler()using theDisconnectHandler.
Decorator for handling disconnections.
This does the same thing as add_handler() using the
DisconnectHandler.