💬 修改开启yunzai自动同意好友申请通知文案

This commit is contained in:
yeyang
2023-04-19 22:48:33 +08:00
parent 4607b580cf
commit d052d2ac25
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ Bot.on('request', async (e) => {
`附加信息:${e.comment || '无附加信息'}\n`
]
if (cfg.other.autoFriend == 1) {
msg.push('已自动同意该好友申请')
msg.push('Tip已被 Yunzai 自动处理')
} else {
msg.push(
`-------------\n可回复:#同意好友申请${e.user_id} \n或引用该消息回复"同意"或"拒绝"`

View File

@@ -12,5 +12,5 @@ limit: 30
#每个群和私聊的默认设置,单独设置后则失效,时间单位: 秒(s)
defSet:
r18: 0 #1开启0关闭
recall: 120
cd: 300
recall: 120 #撤回时间
cd: 300