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
20 changes: 10 additions & 10 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ async def start(client, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("HELP", callback_data="help_data"),
InlineKeyboardButton("ABOUT", callback_data="about_data"),
InlineKeyboardButton("சேனல்", url="https://t.me/aedahamlibrary1"),
InlineKeyboardButton("சேனல் ", url="https://t.me/librarytamil"),
],
[
InlineKeyboardButton(
"⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX")
"JOIN OUR Group", url="https://t.me/aedahamlibrary_noolakam")
]
]
),
Expand All @@ -40,12 +40,12 @@ async def help(client, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("BACK", callback_data="start_data"),
InlineKeyboardButton("ABOUT", callback_data="about_data"),
InlineKeyboardButton("சேனல்", url="https://t.me/aedahamlibrary1"),
InlineKeyboardButton("சேனல் ", url="https://t.me/librarytamil"),
],
[
InlineKeyboardButton(
"⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport")
"JOIN OUR Group", url="https://t.me/aedahamlibrary_noolakam")
]
]
),
Expand All @@ -63,16 +63,16 @@ async def about(client, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("BACK", callback_data="help_data"),
InlineKeyboardButton("START", callback_data="start_data"),
InlineKeyboardButton("சேனல்", url="https://t.me/aedahamlibrary1"),
InlineKeyboardButton("சேனல் ", url="https://t.me/librarytamil"),
],
[
InlineKeyboardButton(
"SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2")
"JOIN OUR Group", url="https://t.me/aedahamlibrary_noolakam")
]
]
),
reply_to_message_id=message.message_id
)
except:
pass
pass