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,