refactor: 完成所有指令

This commit is contained in:
Rock Chin
2023-03-30 11:11:39 +00:00
parent 2069ba6836
commit b100f12e7f
8 changed files with 238 additions and 6 deletions

View File

@@ -288,9 +288,6 @@ def register_all():
# 排除__开头的属性
global __command_list__, __tree_index__
__command_list__ = {}
__tree_index__ = {}
import pkg.qqbot.cmds
def walk(module, prefix, path_prefix):