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) { for (const post of response) {
embeds.push( embeds.push(
{ {
url: post.source, url: post.file_url,
title: post.id.toString(), title: post.id.toString(),
author: { author: {
name: post.author, name: post.author,