优化 事件

This commit is contained in:
🌌
2023-08-20 12:03:14 +08:00
parent 67c41a5e0c
commit ea0c291bda

View File

@@ -7,7 +7,7 @@ Bot.on?.('internal.input', async (e) => {
if (Config.masterQQ.includes(e.user_id)) return false
let msg = [
segment.image(`https://q1.qlogo.cn/g?b=qq&s=100&nk=${e.user_id}`),
`[事件 - 对方${e.end ? '输入完毕' : '正在输入'}]\n`,
`[事件(${e.self_id}) - 对方${e.end ? '输入完毕' : '正在输入'}]\n`,
`好友账号:${e.user_id}`
]
await common.sendMasterMsg(msg)