feat 微信自动注册菜单

This commit is contained in:
jxxghp
2023-09-05 11:33:42 +08:00
parent 551f32491d
commit b564f70c63
3 changed files with 8 additions and 8 deletions

View File

@ -109,13 +109,12 @@ class Command(metaclass=Singleton):
"/downloading": {
"func": DownloadChain(self._db).remote_downloading,
"description": "正在下载",
"category": "下载",
"data": {}
},
"/transfer": {
"func": TransferChain(self._db).process,
"description": "下载文件整理",
"category": "下载",
"category": "管理",
"data": {}
},
"/redo": {