Skip to content

Commit 737d87f

Browse files
authored
Update draw.py
1 parent 95401cf commit 737d87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/draw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def draw(self, interaction: discord.Interaction, prompt: str):
6161
else:
6262
await message.edit(content="Failed to generate the image.")
6363
except Exception:
64-
await message.edit(content="An error occurred.")
64+
await message.edit(content="An error occurred while processing your request.")
6565

6666
async def setup(bot: commands.Bot):
6767
await bot.add_cog(Draw(bot))

0 commit comments

Comments
 (0)