Merge branch 'yandere-fixes'
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user