change url, so that it does no longer crash

This commit is contained in:
fzzinchemical
2025-04-10 18:55:16 +02:00
parent aedda260ec
commit d37f226cd0

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,