From a1734070ffa9e3e955e6a59a0bd6c10d021717ce Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Wed, 22 Jun 2022 10:04:56 +0200 Subject: [PATCH] update to craiyon backend --- commands/message/image/dalle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/image/dalle.js b/commands/message/image/dalle.js index 6e822a6..9784488 100644 --- a/commands/message/image/dalle.js +++ b/commands/message/image/dalle.js @@ -24,7 +24,7 @@ module.exports = { try{ let t = Date.now(); - let img = await superagent.post(`https://bf.dallemini.ai/generate`) + let img = await superagent.post(`https://backend.craiyon.com/generate`) .send({ prompt: args.query })