Unity-Developer-Community / UDC-Bot

Bot of the Unity Developer Community Discord server
https://discord.gg/bu3bbby
MIT License
13 stars 7 forks source link

Feature: Cleanup, misc improvements, Fix SQL Bug #283

Closed SimplyJpk closed 7 months ago

SimplyJpk commented 7 months ago

Some more misc cleanup and trying to fix the sql error, I think I've got it this time, sorta. Any time Query() is used from DB Service, it creates a new connection.

This isn't technically the best way to do this, but should prevent the issue from building up and just knocking everything offline at once.

Also added logs for text commands, improve logger status during startup to mention missing keys, etc.