randydev commited on
Commit
8c76445
·
verified ·
1 Parent(s): d035c08

Update Akeno/plugins/chatgpt.py

Browse files
Files changed (1) hide show
  1. 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, reply_to_message_id=ReplyCheck(message))
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))