diff --git a/commands/slashcommands/utility/deepdream.js b/commands/slashcommands/utility/deepdream.js index e07b506..efd1eab 100644 --- a/commands/slashcommands/utility/deepdream.js +++ b/commands/slashcommands/utility/deepdream.js @@ -29,7 +29,7 @@ module.exports = { let imageurl = interaction.options.getAttachment("image").url interaction.deferReply() - var resp = await deepai.callStandardApi("deep-dream", { + var resp = await deepai.callStandardApi("deepdream", { image: `${imageurl}`, })