Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,26 @@ class Data:
I m Force Subscribe Bot !
Send /help Visit My Help Menu

🚀Powerd By @EmoBotDevolopers
🚀Powerd By @groupmoviex

"""

# Home Button
home_buttons = [
[InlineKeyboardButton(text="🏛️ Return Home 🏛️", callback_data="home")],
[InlineKeyboardButton("☣ Emo Bot Devolopers ☣", url="https://t.me/EmoBotDevolopers")],
[InlineKeyboardButton("☣ Emo Bot Devolopers ☣", url="@groupmoviex")],
]

# Rest Buttons
buttons = [
[InlineKeyboardButton("🪄Demo Bot", url="https://t.me/ImRishmika_Bot")],
[InlineKeyboardButton("🪄Demo Bot", url="@groupmoviex")],
[
InlineKeyboardButton("❔ How to Use ❔", callback_data="help"),
InlineKeyboardButton("♾️ About ♾️", callback_data="about")
],
[InlineKeyboardButton("👨‍💻 Devoloper 👨‍💻", url="https://t.me/ImRishmika")],
[InlineKeyboardButton("💬 Support 💬", url="https://t.me/KatszukiSupport")],
[InlineKeyboardButton("👨‍💻 Devoloper 👨‍💻", url="@groupmoviex")],
[InlineKeyboardButton("💬 Support 💬", url=""@groupmoviex )],
]

# Help Message
HELP = """
1) Add me as **Admin** to a group.
Expand All @@ -59,7 +58,7 @@ class Data:

**Note** - You can also use `/forcesubscribe` instead of `/fsub`

Powerd By [Emo Network](t.me/EmoBotDevolopers)
Powerd By [Emo Network](@groupmoviex)
"""

# About Message
Expand All @@ -68,13 +67,13 @@ class Data:

A Telegram Force Subscribing Bot by @ImRishmika

🪄Powerd By : @EmoBotDevolopers
🪄Powerd By : @groupmoviex

🍁Framework : [Pyrogram](docs.pyrogram.org)

🍁Language : [Python](www.python.org)

🍁Developer : @ImRishmika
🍁Developer : @Riswan_x

🖥️Host Sever : Heroku
"""