Update Akeno/plugins/chatgpt.py
Browse files- Akeno/plugins/chatgpt.py +1 -1
Akeno/plugins/chatgpt.py
CHANGED
@@ -108,7 +108,7 @@ async def askweb(client: Client, message: Message):
|
|
108 |
)
|
109 |
os.remove("chat.txt")
|
110 |
else:
|
111 |
-
await message.reply_text(output
|
112 |
except Exception as e:
|
113 |
LOGS.error(str(e))
|
114 |
return await message.reply_text(str(e))
|
|
|
108 |
)
|
109 |
os.remove("chat.txt")
|
110 |
else:
|
111 |
+
await message.reply_text(output)
|
112 |
except Exception as e:
|
113 |
LOGS.error(str(e))
|
114 |
return await message.reply_text(str(e))
|