Spaces:
Running
Running
Update chatbot/plugins/start.py
Browse files- chatbot/plugins/start.py +1 -0
chatbot/plugins/start.py
CHANGED
@@ -51,6 +51,7 @@ I am ready to be a approve join request CAPTCHA bot developer
|
|
51 |
@Client.on_message(
|
52 |
~filters.scheduled
|
53 |
& filters.command(["start"])
|
|
|
54 |
& ~filters.forwarded
|
55 |
)
|
56 |
@LogChannel
|
|
|
51 |
@Client.on_message(
|
52 |
~filters.scheduled
|
53 |
& filters.command(["start"])
|
54 |
+
& filters.private
|
55 |
& ~filters.forwarded
|
56 |
)
|
57 |
@LogChannel
|