Spaces:
Running
Running
Data.py
CHANGED
@@ -4,7 +4,7 @@ class Data:
|
|
4 |
START = """
|
5 |
👋 **Hello {}!**
|
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 |
|
@@ -16,10 +16,7 @@ If you don’t trust this bot:
|
|
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 |
|
24 |
home_buttons = [
|
25 |
[InlineKeyboardButton("🔥 sᴛᴀʀᴛ ɢᴇɴᴇʀᴀᴛɪɴɢ sᴇssɪᴏɴ 🔥", callback_data="generate")],
|
@@ -38,7 +35,7 @@ For questions or support, contact @xpushz
|
|
38 |
]
|
39 |
|
40 |
HELP = """
|
41 |
-
|
42 |
|
43 |
/about - About this Bot
|
44 |
/help - This Message
|
@@ -51,11 +48,9 @@ For questions or support, contact @xpushz
|
|
51 |
|
52 |
A telegram bot to retrieve pyrograms and telethon string session by @VegetaSessionBot
|
53 |
|
54 |
-
Group Support : [ɢᴀʙᴜɴɢ](https://t.me/xpushz)
|
55 |
-
|
56 |
Framework : [Pyrogram](docs.pyrogram.org)
|
57 |
|
58 |
Language : [Python](www.python.org)
|
59 |
|
60 |
Developer : @xpushz
|
61 |
-
|
|
|
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 |
|
|
|
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 |
|
21 |
home_buttons = [
|
22 |
[InlineKeyboardButton("🔥 sᴛᴀʀᴛ ɢᴇɴᴇʀᴀᴛɪɴɢ sᴇssɪᴏɴ 🔥", callback_data="generate")],
|
|
|
35 |
]
|
36 |
|
37 |
HELP = """
|
38 |
+
**Available Commands**
|
39 |
|
40 |
/about - About this Bot
|
41 |
/help - This Message
|
|
|
48 |
|
49 |
A telegram bot to retrieve pyrograms and telethon string session by @VegetaSessionBot
|
50 |
|
|
|
|
|
51 |
Framework : [Pyrogram](docs.pyrogram.org)
|
52 |
|
53 |
Language : [Python](www.python.org)
|
54 |
|
55 |
Developer : @xpushz
|
56 |
+
"""
|