Merge branch 'yandere-fixes'

This commit is contained in:
fzzinchemical
2025-04-10 18:56:36 +02:00

View File

@@ -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,