From 22ab9392da8ba48b91a29ca461969bbb8a771c1f Mon Sep 17 00:00:00 2001 From: XYenon Date: Fri, 4 Jun 2021 21:20:24 +0800 Subject: [PATCH] Fix client id --- efb_qq_plugin_go_cqhttp/GoCQHttp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/efb_qq_plugin_go_cqhttp/GoCQHttp.py b/efb_qq_plugin_go_cqhttp/GoCQHttp.py index 14081a5..1e0620c 100644 --- a/efb_qq_plugin_go_cqhttp/GoCQHttp.py +++ b/efb_qq_plugin_go_cqhttp/GoCQHttp.py @@ -33,8 +33,8 @@ from .Utils import qq_emoji_list, async_send_messages_to_master, process_quote_t class GoCQHttp(BaseClient): - client_name: str = "CoolQ Client" - client_id: str = "CoolQ" + client_name: str = "GoCQHttp Client" + client_id: str = "GoCQHttp" client_config: Dict[str, Any] coolq_bot: CQHttp = None