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
While writing my own Bot I faced the problem that the Bot was disconnecting after ~20h. In the end clearly, a problem caused by the autoReconnect: false option in the Discordie constructor. I debugged and searched some time before finding another GitHub issue (#57) where another user had the exact same problem. That's why I suggest that the default should be autoReconnect: true.
The text was updated successfully, but these errors were encountered:
While writing my own Bot I faced the problem that the Bot was disconnecting after ~20h. In the end clearly, a problem caused by the
autoReconnect: false
option in the Discordie constructor. I debugged and searched some time before finding another GitHub issue (#57) where another user had the exact same problem. That's why I suggest that the default should beautoReconnect: true
.The text was updated successfully, but these errors were encountered: