Spaces:
Running
Running
Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py
CHANGED
@@ -327,4 +327,4 @@ async def chatbot_talk(client: Client, message: Message):
|
|
327 |
await client.send_chat_action(message.chat.id, enums.ChatAction.CANCEL)
|
328 |
return
|
329 |
except Exception as e:
|
330 |
-
return await message.reply_text(f"Error:
|
|
|
327 |
await client.send_chat_action(message.chat.id, enums.ChatAction.CANCEL)
|
328 |
return
|
329 |
except Exception as e:
|
330 |
+
return await message.reply_text(f"Error: maintenance API")
|