Spaces:
Running
Running
Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py
CHANGED
@@ -74,7 +74,7 @@ async def userstatus(client: Client, message: Message):
|
|
74 |
FREE_GEMINI_TEXT.format(
|
75 |
name=message.from_user.first_name,
|
76 |
check_status="Unlimited" if is_check_plan else "Stopped",
|
77 |
-
info="You need email business: [register](https://
|
78 |
),
|
79 |
disable_web_page_preview=True
|
80 |
)
|
|
|
74 |
FREE_GEMINI_TEXT.format(
|
75 |
name=message.from_user.first_name,
|
76 |
check_status="Unlimited" if is_check_plan else "Stopped",
|
77 |
+
info="You need email business: [register](https://forms.gle/egRciGY39mmhNyScA)\nRemember: **can't ownership**"
|
78 |
),
|
79 |
disable_web_page_preview=True
|
80 |
)
|