Update chatbot/plugins/chat.py
Browse files- 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.
|
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..",
|