|
|
@ -56,12 +56,12 @@ class DrawDallEService(commands.Cog, name="DrawDallEService"):
|
|
|
|
f"Error: {e}. Please try again with a different prompt."
|
|
|
|
f"Error: {e}. Please try again with a different prompt."
|
|
|
|
)
|
|
|
|
)
|
|
|
|
if not from_context
|
|
|
|
if not from_context
|
|
|
|
else await ctx.respond(f"Error: {e}. Please try again with a different prompt.")
|
|
|
|
else await ctx.respond(
|
|
|
|
|
|
|
|
f"Error: {e}. Please try again with a different prompt."
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Start building an embed to send to the user with the results of the image generation
|
|
|
|
# Start building an embed to send to the user with the results of the image generation
|
|
|
|
embed = discord.Embed(
|
|
|
|
embed = discord.Embed(
|
|
|
|
title="Image Generation Results"
|
|
|
|
title="Image Generation Results"
|
|
|
|