Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -514,8 +514,10 @@ async def on_message(message):
|
|
514 |
text=
|
515 |
"""Information or code generated by Lyre may not always be correct. Lyre was made by Araeyn."""
|
516 |
)
|
517 |
-
|
518 |
-
|
|
|
|
|
519 |
await asyncio.sleep(0.1)
|
520 |
if imgp != "":
|
521 |
np = """lowres, error, cropped, worst quality, low quality, ugly, duplicate, morbid, mutilated, out of frame, blurry, watermark, signature"""
|
|
|
514 |
text=
|
515 |
"""Information or code generated by Lyre may not always be correct. Lyre was made by Araeyn."""
|
516 |
)
|
517 |
+
if i == 0:
|
518 |
+
e = await message.reply(embed=embed)
|
519 |
+
else:
|
520 |
+
await e.edit(embed=embed)
|
521 |
await asyncio.sleep(0.1)
|
522 |
if imgp != "":
|
523 |
np = """lowres, error, cropped, worst quality, low quality, ugly, duplicate, morbid, mutilated, out of frame, blurry, watermark, signature"""
|