AI PLUGIN IS READY.

This commit is contained in:
thedragonsinn
2024-02-12 17:17:53 +05:30
parent 659ffea492
commit 13a83f88ba

View File

@@ -83,7 +83,7 @@ async def ai_chat(bot: BOT, message: Message):
"Give an input to continue Convo and Reply to a Valid History file."
)
return
resp = await message.reply("<i>Loading History...</i>")
resp = await message.reply("<i>Loading History...</i>")
try:
doc = (await reply.download(in_memory=True)).getbuffer()
history = pickle.loads(doc)