调整代码

This commit is contained in:
liuwei
2025-04-27 09:56:26 +08:00
parent 2a6b94980a
commit 126f58e315
5 changed files with 4 additions and 135 deletions

View File

@@ -129,7 +129,7 @@ class GroupMemberChangePlugin(MessagePluginInterface):
gewe_client.client.post_link(gewe_client.client.app_id, sender,
title=f"👏欢迎 {nickname} 加入群聊!🎉",
description=f"⌚时间:{now}\n",
url="",
url="https://hot.imsyy.top/#/",
thumb_url=profile.data[0].big_head_img_url)
return True, "已发送进群欢迎语"
return False, "无需执行"