You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2020. It is now read-only.
When connection is lost to the server, the piepan instance exits which I think is logical and should stay. However I was wondering if there was some way to handle a disconnect event for things like having the bot attempt to reconnect X number of times. On a semi related note, there doesn't seem to be a disconnect type for when a user is kicked.
What I'm mainly asking for is if theres some way to tell the bot to reconnect before it completes the disconnect event, and if that reconnection is successful then to cancel the disconnect event. Any helpful info you might be able to provide would be much appreciated, thank you.