Format Python code with psf/black push

github-actions 2 years ago
parent 61ee99ef35
commit fd01dede70

@ -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"

Loading…
Cancel
Save