randydev commited on
Commit
456054c
·
verified ·
1 Parent(s): 9caed8d

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py CHANGED
@@ -267,7 +267,7 @@ async def handle_video(client, message, model_):
267
  ]
268
  try:
269
  spam_chats.append(chat_id)
270
- await client.send_chat_action(message.chat.id, enums.ChatAction.UPLOAD_PHOTO)
271
  await asyncio.sleep(1.5)
272
  ai_reply = await message.reply_text(
273
  "Uploading file..",
 
267
  ]
268
  try:
269
  spam_chats.append(chat_id)
270
+ await client.send_chat_action(message.chat.id, enums.ChatAction.UPLOAD_VIDEO)
271
  await asyncio.sleep(1.5)
272
  ai_reply = await message.reply_text(
273
  "Uploading file..",