fix 文件转移Bug

This commit is contained in:
jxxghp 2023-08-24 10:34:38 +08:00
parent 1bbb92d92b
commit 10ee8d33fa

View File

@ -209,6 +209,7 @@ class TransferChain(ChainBase):
trans_paths.extend(
SystemUtils.list_sub_files(directory, extensions=settings.RMT_MEDIAEXT)
)
return trans_paths
def remote_transfer(self, arg_str: str, channel: MessageChannel, userid: Union[str, int] = None):
"""