ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
174 stars 82 forks source link

Discord bot should resume using resume_gateway_url #761

Open UnknownShadow200 opened 1 year ago

UnknownShadow200 commented 1 year ago

As per Discord's Gateway API documentation

After the connection is closed, your app should open a new connection using resume_gateway_url rather than the URL used to initially connect. If your app doesn't use the resume_gateway_url when reconnecting, it will experience disconnects at a higher rate than normal.