Fix sat ext

This commit is contained in:
Christopher Cookman 2024-06-11 14:07:56 -06:00
parent 595fc8c7c6
commit 5e6a4388bb
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
2 changed files with 4 additions and 4 deletions

View file

@ -1205,12 +1205,12 @@ discord.on("interactionCreate", async (interaction) => {
imageBuffers[imgData.name] = buffer;
files.push({
attachment: buffer,
name: `${imgData.name}.png`
name: `${imgData.name}.jpg`
});
embeds.push({
title: `${sat} ${imgData.name}`,
image: {
url: `attachment://${imgData.name}.png`
url: `attachment://${imgData.name}.jpg`
}
});
// Check if we have all the images