⬆️ update deps

This commit is contained in:
源文雨
2022-03-11 11:36:55 +08:00
parent edd9feb8f8
commit 77e5d8b0c2
5 changed files with 7 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ func init() { // 插件主体
}
logrus.Debugln("[sausenao]开始下载", n)
err1 := illust.DownloadToCache(i)
if err != pool.ErrImgFileAsync && err1 == nil {
if err1 == nil {
m.SetFile(f)
_, _ = m.Push(ctxext.SendToSelf(ctx), ctxext.GetMessage(ctx))
}