Skip to content

Commit

Permalink
Update ai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexraskin authored Jan 24, 2025
1 parent d0d360c commit 835bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def imagine(
except Exception as e:
self.client.log.error(f"Error generating image: {e}")
await interaction.edit_original_response(
content="An error occurred during generation. This has been reported to the developers - {interaction.user.mention}"
content=f"An error occurred during generation. This has been reported to the developers - {interaction.user.mention}"
)
return

Expand Down

0 comments on commit 835bc5f

Please sign in to comment.