mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-18 09:37:01 +00:00
- Introduced a new get_connection method in DBManager to standardize database connection creation with proper configuration. - Updated all instances in GreeterCommand where sqlite3.connect was used to utilize the new get_connection method, improving code consistency and maintainability.