From b8ee1a786c8773d169cf394e37d78e8607f23e8d Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Tue, 15 Aug 2023 00:18:47 +0200 Subject: [PATCH] wrong versio --- commands/message/fun/dalle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/message/fun/dalle.js b/commands/message/fun/dalle.js index 08be737..e8d0005 100644 --- a/commands/message/fun/dalle.js +++ b/commands/message/fun/dalle.js @@ -13,8 +13,8 @@ module.exports = { name: 'dalle', label: 'text', metadata: { - description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nGenerate images with DALL-E 2`, - description_short: 'Generate images with DALL-E 2.', + description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nGenerate images with DALL-E`, + description_short: 'Generate images with DALL-E.', examples: ['dalle Otter, in the style of the great wave'], category: 'limited', usage: 'dalle ' @@ -62,7 +62,7 @@ module.exports = { url: "attachment://" + f }, footer: { - text: `OpenAI DALL-E 2 • ${context.application.name}`, + text: `OpenAI DALL-E • ${context.application.name}`, iconUrl: STATICS.openai } })],