fix commands

This commit is contained in:
jxxghp
2023-06-17 20:46:34 +08:00
parent 4ddaa020de
commit e9d2ebca89
9 changed files with 179 additions and 62 deletions

View File

@ -509,7 +509,7 @@ class DownloadChain(ChainBase):
# 全部存在
return True, no_exists
def get_downloading(self, userid: Union[str, int] = None):
def remote_downloading(self, userid: Union[str, int] = None):
"""
查询正在下载的任务,并发送消息
"""