summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-08-12 15:00:16 +0800
committerKyomotoi <[email protected]>2022-08-12 15:00:16 +0800
commit4894f56ef9a0464775146367f4e9a02c90f9c384 (patch)
treeeb238510ddba2ee2a21238f9934a9513dcc21bb8
parent38f73a1592e8eb0f5bc6a0584134760a5e482a47 (diff)
downloadATRI-4894f56ef9a0464775146367f4e9a02c90f9c384.tar.gz
ATRI-4894f56ef9a0464775146367f4e9a02c90f9c384.tar.bz2
ATRI-4894f56ef9a0464775146367f4e9a02c90f9c384.zip
🚸 优化体验
-rw-r--r--ATRI/plugins/essential.py6
1 files changed, 3 insertions, 3 deletions
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)