Spaces:
Running
Running
Update Data.py
Browse files
Data.py
CHANGED
@@ -2,22 +2,22 @@ from pyrogram.types import InlineKeyboardButton
|
|
2 |
|
3 |
class Data:
|
4 |
START = """
|
5 |
-
👋
|
6 |
|
7 |
-
🌟
|
8 |
|
9 |
We’re glad to have you here. This bot is designed to help you generate a **String Session** easily and securely.
|
10 |
|
11 |
-
🚨
|
12 |
If you don’t trust this bot:
|
13 |
1. **Don’t read this message**.
|
14 |
2. **Block the bot** or **delete the chat**.
|
15 |
|
16 |
-
🤖
|
17 |
- This bot helps you generate a **String Session** for your Telegram account.
|
18 |
- **Recommendation**: Use a secondary account to generate the String Session. This avoids delays and keeps your main account secure.
|
19 |
|
20 |
-
🙏
|
21 |
For questions or support, contact @xpushz
|
22 |
"""
|
23 |
|
|
|
2 |
|
3 |
class Data:
|
4 |
START = """
|
5 |
+
👋 **Hello {}!**
|
6 |
|
7 |
+
🌟 **Welcome {}!**
|
8 |
|
9 |
We’re glad to have you here. This bot is designed to help you generate a **String Session** easily and securely.
|
10 |
|
11 |
+
🚨 **Important Notes**:
|
12 |
If you don’t trust this bot:
|
13 |
1. **Don’t read this message**.
|
14 |
2. **Block the bot** or **delete the chat**.
|
15 |
|
16 |
+
🤖 **How This Bot Works**:
|
17 |
- This bot helps you generate a **String Session** for your Telegram account.
|
18 |
- **Recommendation**: Use a secondary account to generate the String Session. This avoids delays and keeps your main account secure.
|
19 |
|
20 |
+
🙏 **Thank You for Using This Bot!**
|
21 |
For questions or support, contact @xpushz
|
22 |
"""
|
23 |
|