Init branch, WIP
Needs new library to merge images
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user