diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 443c36676..2038504e3 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -632,5 +632,5 @@ class gocqClient(): @gocq_app.receiver("GroupMemberIncrease") async def _(app: CQHTTP, source: GroupMemberIncrease): await app.sendGroupMessage(source.group_id, [ - Plain(text=f"欢迎 {source.member_id} 加入本群!\n欢迎给https://github.com/Soulter/QQChannelChatGPT项目一个Star😊~") + Plain(text=f"欢迎加入本群!\n欢迎给https://github.com/Soulter/QQChannelChatGPT项目一个Star😊~") ]) \ No newline at end of file