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
separate the sql mixin initialization from the __init__ to be able to
call it from inside the bot for re-connecting.
calling self.__init__ would require at least the bot-id
calling self._connect would require preparing all the arguments
fixescerttools#2200
If the server restarts while the bot is running, it does not properly reconnect by itself after
though it correctly logs
Working on a fix right now
The text was updated successfully, but these errors were encountered: