Skip to content

Commit 95401cf

Browse files
authored
Update modify.py
1 parent ecf22be commit 95401cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async def remix(self, interaction: discord.Interaction, image: discord.Attachmen
8383
else:
8484
await message.edit(content="Failed to generate the image.")
8585
except Exception:
86-
await message.edit(content="An error occurred.")
86+
await message.edit(content="An error occurred while processing your request.")
8787

8888
async def setup(bot: commands.Bot):
8989
await bot.add_cog(Remix(bot))

0 commit comments

Comments
 (0)