From ec9c6e28e52920e6536742984a30ade44bcf77f2 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Tue, 28 Feb 2023 16:19:20 +1100 Subject: [PATCH] awdwad --- commands/slashcommands/utility/deepdream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`, })