mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 18:20:27 +00:00
✨ 🎨 ⚡️ pixiv 图片缓存集中到 data/pixiv
This commit is contained in:
@@ -60,7 +60,7 @@ func init() {
|
||||
m, err := imgpool.GetImage(name)
|
||||
if err != nil {
|
||||
m.SetFile(url)
|
||||
err = m.Push(ctxext.SendToSelf(ctx), ctxext.GetMessage(ctx))
|
||||
_, err = m.Push(ctxext.SendToSelf(ctx), ctxext.GetMessage(ctx))
|
||||
process.SleepAbout1sTo2s()
|
||||
}
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user