mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-18 17:46:21 +00:00
- Changed the lock attribute to a private variable and introduced a lazy initialization method for the async lock. - Updated the CommandManager to use the new _get_lock method, enhancing thread safety and preventing potential RuntimeErrors when the event loop is not running.