Changed 8MB image embed

This commit is contained in:
TheEssem 2020-12-07 20:42:36 -06:00
parent c6b7e6629c
commit 620212257d
1 changed files with 6 additions and 3 deletions

View File

@ -64,11 +64,14 @@ module.exports = async (message) => {
await client.createMessage(message.channel.id, {
embed: {
color: 16711680,
title: "What's this?",
url: "https://projectlounge.pw/esmBot#faq-large",
title: "Here's your image!",
url: `https://projectlounge.pw/tmp/${filename}`,
image: {
url: `https://projectlounge.pw/tmp/${filename}`
}
},
footer: {
text: "The result image was more than 8MB in size, so it was uploaded to an external site instead."
},
}
});
} else {