wood 86d2966d43 优化启动过程,使用asyncio运行bot设置
将bot的初始化过程改为使用asyncio.run(setup_bot()),以简化事件循环的创建和管理。该更改旨在优化代码结构,提高可读性和可维护性。
2024-09-04 17:46:10 +08:00
..