From d37f226cd07282c3d7f9417d2db25549233449b8 Mon Sep 17 00:00:00 2001 From: fzzinchemical Date: Thu, 10 Apr 2025 18:55:16 +0200 Subject: [PATCH] change url, so that it does no longer crash --- src/plugins/yandere/api/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/yandere/api/post.ts b/src/plugins/yandere/api/post.ts index a671daa..258c6ee 100644 --- a/src/plugins/yandere/api/post.ts +++ b/src/plugins/yandere/api/post.ts @@ -82,7 +82,7 @@ async function returnDiscordEmbeds( for (const post of response) { embeds.push( { - url: post.source, + url: post.file_url, title: post.id.toString(), author: { name: post.author,