THEWHITEBOY503 / ConnMudaeClone

This bot is an open-source Discord card game, similar to Mudae. It allows you to draw a card every X hours (default 6), and even trade cards with your friends.
MIT License
5 stars 2 forks source link

[BUG] MySQL Connection not available #16

Closed THEWHITEBOY503 closed 1 year ago

THEWHITEBOY503 commented 1 year ago

Describe the bug Every once in a while, bug throws a “MySQL Connection not available” error

Additional context Fixed by restarting a bot, maybe add a command to restart the bot?

THEWHITEBOY503 commented 1 year ago

Use of cnx.reconnect() would probably fix this.

THEWHITEBOY503 commented 1 year ago

Bugfix implemented in beta build. Awaiting push to main branch.