From 969d526734aff2e4444d1d69de7357af892410f7 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Thu, 16 Nov 2023 21:42:09 +0100 Subject: [PATCH] clean --- commands/message/limited/dalle.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/commands/message/limited/dalle.js b/commands/message/limited/dalle.js index 23fd916..3c8ffd9 100644 --- a/commands/message/limited/dalle.js +++ b/commands/message/limited/dalle.js @@ -25,9 +25,6 @@ module.exports = { context.triggerTyping(); if(!args.text) return editOrReply(context, createEmbed("warning", context, `Missing Parameter (text).`)) - let prompt = 'You are a friendly chat bot designed to help people. You should always use gender neutral pronouns when possible.' - if(args.prompt !== "") prompt = args.prompt - try{ await editOrReply(context, createEmbed("ai", context, "Generating image..."))