Update Akeno/plugins/imageai.py
Browse files- Akeno/plugins/imageai.py +1 -1
Akeno/plugins/imageai.py
CHANGED
@@ -65,4 +65,4 @@ async def imgfluxai_(client: Client, message: Message):
|
|
65 |
await ok.delete()
|
66 |
except Exception as e:
|
67 |
LOGS.error(str(e))
|
68 |
-
await
|
|
|
65 |
await ok.delete()
|
66 |
except Exception as e:
|
67 |
LOGS.error(str(e))
|
68 |
+
await ok.edit_text(f"An error occurred: {str(e)}")
|