mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
commit
1c1855e964
@ -89,7 +89,7 @@ async function saveImages (e, name, imageMessages) {
|
||||
let path = resPath + pathSuffix
|
||||
|
||||
if (!fs.existsSync(path)) {
|
||||
Data.createDir(pathSuffix, 'miao')
|
||||
Data.createDir("resources/" + pathSuffix, 'miao')
|
||||
}
|
||||
let senderName = lodash.truncate(e.sender.card, { length: 8 })
|
||||
let imgCount = 0
|
||||
|
Loading…
Reference in New Issue
Block a user