diff --git a/efb_qq_plugin_go_cqhttp/GoCQHttp.py b/efb_qq_plugin_go_cqhttp/GoCQHttp.py index 7029a9f..16bb303 100644 --- a/efb_qq_plugin_go_cqhttp/GoCQHttp.py +++ b/efb_qq_plugin_go_cqhttp/GoCQHttp.py @@ -401,7 +401,7 @@ class GoCQHttp(BaseClient): "file_id": context["file"]["id"], "busid": context["file"]["busid"], } - self.async_download_group_file(**param_dict) + await self.async_download_group_file(**param_dict) asyncio.create_task(_handle_group_file_upload_msg())