fix add update交互命令

This commit is contained in:
thsrite
2023-10-17 15:44:26 +08:00
parent 26f63c4ea7
commit 8a46ebc4a0
2 changed files with 53 additions and 9 deletions

View File

@ -148,6 +148,12 @@ class Command(metaclass=Singleton):
"description": "当前版本",
"category": "管理",
"data": {}
},
"/update": {
"func": SystemChain(self._db).update,
"description": "更新系统",
"category": "管理",
"data": {}
}
}
# 汇总插件命令