Spaces:
Running
Running
Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +2 -0
chatbot/plugins/chat.py
CHANGED
@@ -59,6 +59,8 @@ FREE_GEMINI_TEXT = """
|
|
59 |
|
60 |
@Client.on_message(
|
61 |
~filters.scheduled
|
|
|
|
|
62 |
& filters.command(["status"])
|
63 |
& ~filters.forwarded
|
64 |
)
|
|
|
59 |
|
60 |
@Client.on_message(
|
61 |
~filters.scheduled
|
62 |
+
& filters.private
|
63 |
+
& ~filters.text
|
64 |
& filters.command(["status"])
|
65 |
& ~filters.forwarded
|
66 |
)
|