From e5aa8c82700012fbb71fc03571c62f753a9edd7b Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 21 May 2023 11:12:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BE=A4=E5=86=85?= =?UTF-8?q?=E6=AC=A2=E8=BF=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index a8c53198f..6bde62664 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -797,7 +797,7 @@ class gocqClient(): async def _(app: CQHTTP, source: GroupMemberIncrease): global nick_qq await app.sendGroupMessage(source.group_id, [ - Plain(text=f"欢迎加入本群!\n欢迎给https://github.com/Soulter/QQChannelChatGPT项目一个Star😊~\n@我输入help查看帮助~\n我叫{nick_qq}, 你也可以以【{nick_qq}+问题】的格式来提醒我并问我问题哦~\n") + Plain(text=f"欢迎加入本群!\n欢迎给https://github.com/Soulter/QQChannelChatGPT项目一个Star😊~\n@我输入help查看帮助~\n") ]) @gocq_app.receiver("GuildMessage")