Init branch, WIP

Needs new library to merge images
This commit is contained in:
Logan Cusano
2023-03-11 23:07:48 -05:00
parent 8ed0b969dd
commit 9e2814cb2c
4 changed files with 75 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ module.exports = {
log.DEBUG("Images in the result: ", imagesInResult);
if (imagesInResult == 1) dalleEmbed.setImage(imageResults.results.data[0].url);
if (imagesInResult != 0) dalleEmbed.setImage(imageResults.results.data[0].url);
await interaction.editReply({ embeds: [dalleEmbed], ephemeral: false });
});