🎨 某些发图应用合并转发

This commit is contained in:
fumiama
2022-03-01 19:47:25 +08:00
parent 27e69ef022
commit f5936d9cb7
6 changed files with 36 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ func init() {
err = pool.SendImageFromPool(n, f, func() error {
// 下载图片
return illust.DownloadToCache(0)
}, ctxext.Send(ctx), ctxext.GetMessage(ctx))
}, ctxext.SendFakeForwardToGroup(ctx), ctxext.GetFirstMessageInForward(ctx))
if err != nil {
ctx.SendChain(message.Text("ERROR: ", err))
return