From a869253e2340b067bab95f9a3dfa178478ee974d Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 19 Jul 2023 22:52:03 -0700 Subject: [PATCH] Updated a draw prompt --- sparkytron3000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index bb5dcf6..154f584 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -1094,7 +1094,7 @@ async def draw(ctx): await ctx.send("Please be patient this may take some time!") choice1 = "Give me 11 keywords I can use to generate art using AI. They should all be related to one piece of art. Please only respond with the keywords and no other text. Be sure to use keywords that really describe what the art portrays. Keywords should be comma separated with no other text!" - choice2 = "Give me some keywords about a piece of new art. They should all be related to one piece of art. Please only respond with the keywords and no other text. Be sure to use keywords that really describe what the art portrays. Keywords should be comma separated with no other text!" + choice2 = "Describe a creative scene, use only one sentence" choice3 = "Give me comma seperated keywords describing an imaginary piece of art. Only return the keywords and no other text." prompt = random.choice([choice1,choice2,choice3]) prompt = await answer_question(prompt)