fedimbed: guh
This commit is contained in:
parent
5d1c6d1e0c
commit
e678ce6b25
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@ async function processUrl(msg, url, spoiler = false, command = false) {
|
||||||
if (quoteRes) {
|
if (quoteRes) {
|
||||||
if (!sendWait && quoteRes.sendWait) sendWait = true;
|
if (!sendWait && quoteRes.sendWait) sendWait = true;
|
||||||
files.push(...quoteRes.response.attachments);
|
files.push(...quoteRes.response.attachments);
|
||||||
const quoteEmbed = quoteRes.embeds[0];
|
const quoteEmbed = quoteRes.response.embeds[0];
|
||||||
quoteEmbed.author = {name: "Quoted Post", icon_url: "https://cdn.discordapp.com/emojis/1308640087759654922.png"};
|
quoteEmbed.author = {name: "Quoted Post", icon_url: "https://cdn.discordapp.com/emojis/1308640087759654922.png"};
|
||||||
embeds.push(quoteEmbed);
|
embeds.push(quoteEmbed);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue