refactor(core): 重构核心模块结构并添加开发文档
将核心模块按功能重新组织为更清晰的结构,包括 managers、handlers 和 utils 目录 添加完整的开发文档,涵盖快速开始、项目结构、核心概念和插件开发指南 更新所有相关模块的导入路径以匹配新的结构 将单例模式实现提取到单独的 singleton.py 文件
This commit is contained in:
@@ -6,6 +6,7 @@ reconnect_interval = 5
|
||||
[bot]
|
||||
command = ["/"]
|
||||
ignore_self_message = true #是否忽略自身消息
|
||||
permission_denied_message = "权限不足,需要 {permission_name} 权限"
|
||||
|
||||
[redis]
|
||||
host = "114.66.58.203"
|
||||
|
||||
Reference in New Issue
Block a user