fix: 修复了一些其他问题

This commit is contained in:
Soulter
2023-04-11 10:50:41 +08:00
parent d31533ed82
commit b945913f88

View File

@@ -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😊~")
])