i have low iq

This commit is contained in:
암냥 2026-05-23 23:24:30 +09:00
commit 9c77628962
No known key found for this signature in database

View file

@ -438,7 +438,7 @@ export default new Elysia({ prefix: "/post" })
if (savedCount > 0) {
await sendDiscordNotification({
title: pixivData.title || "Pixiv Artwork",
url: savedIds[0] ? `${config.base_url}/detail/${savedIds[0]}` : body.url,
url: savedIds[0] ? `${config.server.base_url}/detail/${savedIds[0]}` : body.url,
author: body.author ? body.author : (pixivData.author_name || "unknown"),
tags: normalizedTags,
imageUrl: mediaUrls[0],