change url, so that it does no longer crash
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user