diff --git a/cogs/draw_image_generation.py b/cogs/draw_image_generation.py index ce74ff3..513a542 100644 --- a/cogs/draw_image_generation.py +++ b/cogs/draw_image_generation.py @@ -56,12 +56,12 @@ class DrawDallEService(commands.Cog, name="DrawDallEService"): f"Error: {e}. Please try again with a different prompt." ) 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 - - # Start building an embed to send to the user with the results of the image generation embed = discord.Embed( title="Image Generation Results"