From 86cb098b3d2246e4394e8cc5d19a18edd76bc539 Mon Sep 17 00:00:00 2001 From: shenjack-5600u <3695888@qq.com> Date: Wed, 5 Jun 2024 21:52:15 +0800 Subject: [PATCH] ruaaaa --- ica-rs/plugins/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ica-rs/plugins/base.py b/ica-rs/plugins/base.py index 6cf644b..952d456 100644 --- a/ica-rs/plugins/base.py +++ b/ica-rs/plugins/base.py @@ -20,5 +20,5 @@ def on_tailchat_message(msg: TailchatReciveMessage, client: TailchatClient) -> N # if not (msg.is_from_self or msg.is_reply): if not (msg.is_reply): if msg.content == "/bot": - reply = msg.reply_with(f"ica-async-rs({client.version})-sync-py {client.tailchat_version}") + reply = msg.reply_with(f"tailchat-async-rs({client.version})-sync-py {client.tailchat_version}") client.send_message(reply)