From 4894f56ef9a0464775146367f4e9a02c90f9c384 Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Fri, 12 Aug 2022 15:00:16 +0800 Subject: =?UTF-8?q?=F0=9F=9A=B8=20=E4=BC=98=E5=8C=96=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/essential.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ATRI') diff --git a/ATRI/plugins/essential.py b/ATRI/plugins/essential.py index a311cd5..df1618e 100644 --- a/ATRI/plugins/essential.py +++ b/ATRI/plugins/essential.py @@ -176,7 +176,7 @@ async def _friend_add(bot: Bot, event: FriendRequestEvent): f"请求人:{user_id}\n" f"申请信息:{apply_comment}\n" f"申请码:{apply_code}\n" - "Tip:好友申请 帮助" + "Tip: 获取好友申请" ) for superuser in BotSelfConfig.superusers: await bot.send_private_msg(user_id=superuser, message=repo) @@ -218,11 +218,11 @@ async def _group_invite(bot: Bot, event: GroupRequestEvent): w.write(json.dumps(data, indent=4)) repo = ( - "咱收到一条群聊邀请请求...\n" + "咱收到一条群聊请求...\n" f"请求人:{user_id}\n" f"申请信息:{apply_comment}\n" f"申请码:{apply_code}\n" - "Tip:群聊邀请 帮助" + "Tip: 获取邀请列表" ) for superuser in BotSelfConfig.superusers: await bot.send_private_msg(user_id=superuser, message=repo) -- cgit v1.2.3