mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
上传图片回复信息区分面板图/图片
This commit is contained in:
parent
6635147a6d
commit
010ac489b0
@ -133,7 +133,7 @@ async function saveImages (e, name, imageMessages) {
|
||||
imgCount++
|
||||
Bot.logger.mark(`添加成功: ${path}/${fileName}`)
|
||||
}
|
||||
e.reply([segment.at(e.user_id, senderName), `\n成功添加${imgCount}张${name}图片。`])
|
||||
e.reply([segment.at(e.user_id, senderName), `\n成功添加${imgCount}张${name}${isProfile ? '面板图' : '图片'}。`])
|
||||
return true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user